FolderThumbnailView.GetFolderImageCount 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)
Syntaxpublic int GetFolderImageCount(
string path
)
Public Function GetFolderImageCount (
path As String
) As Integer
Parameters
- path
- Type: System.String
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