[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffFrame.ReadAsBilevelBitmap

ReadAsBilevelBitmap Method

ReadAsBilevelBitmap(bool)

Gets the frame image as a BilevelBitmap.

Declaration
public BilevelBitmap ReadAsBilevelBitmap(bool cloneExif = true)
Public Function ReadAsBilevelBitmap(Optional cloneExif As Boolean = True) As BilevelBitmap
Parameters
Type Name Description
bool cloneExif

Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.

Returns
Type Description
BilevelBitmap

BilevelBitmap or null if the image is not in bi-level format.