[]
Gets the frame image as a BilevelBitmap.
public BilevelBitmap ReadAsBilevelBitmap(bool cloneExif = true)
Public Function ReadAsBilevelBitmap(Optional cloneExif As Boolean = True) As BilevelBitmap
Type | Name | Description |
---|---|---|
bool | cloneExif | Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference. |
Type | Description |
---|---|
BilevelBitmap | BilevelBitmap or null if the image is not in bi-level format. |