[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffFrame.ReadAsIndexed4bppBitmap

ReadAsIndexed4bppBitmap Method

ReadAsIndexed4bppBitmap(bool)

Gets the frame image as a Indexed4bppBitmap.

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

Indexed4bppBitmap or null if the image is not in palette-color 4bpp format.