[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffFrame.ReadAsIndexed8bppBitmap

ReadAsIndexed8bppBitmap Method

ReadAsIndexed8bppBitmap(bool)

Gets the frame image as a Indexed8bppBitmap.

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

Indexed8bppBitmap or null if the image is not in palette-color 8bpp format.