FreeImage.NET Class Library Reference
FreeImageGetLockedPageCount Method |
Retrieves the number of pages that are locked in a multi-paged bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static int GetLockedPageCount( FIMULTIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
Return Value
Type: Int32Number of locked pages.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also