Click or drag to resize

FolderThumbnailViewGetFolderImageCount Method

Returns the number of images in the specified path that pass the file extension filter.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int GetFolderImageCount(
	string path
)

Parameters

path
Type: SystemString
The path to query.

Return Value

Type: Int32
The number of images in the specified path that pass the file extension filter.
Remarks
Use this method to determine the number of images in a folder prior to setting the ImageFolder to load it.
See Also