[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffFrame.ReadAsGrayscaleBitmap

ReadAsGrayscaleBitmap Method

ReadAsGrayscaleBitmap(bool)

Gets the frame image as a GrayscaleBitmap.

Declaration
public GrayscaleBitmap ReadAsGrayscaleBitmap(bool cloneExif = true)
Public Function ReadAsGrayscaleBitmap(Optional cloneExif As Boolean = True) As GrayscaleBitmap
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
GrayscaleBitmap

GrayscaleBitmap or null if the image is not in grayscale 8bpp format.