Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TiffFrame Class / ReadAsIndexed8bppBitmap Method
Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.

In This Topic
    ReadAsIndexed8bppBitmap Method (TiffFrame)
    In This Topic
    Gets the frame image as a Indexed8bppBitmap.
    Syntax
    'Declaration
     
    Public Function ReadAsIndexed8bppBitmap( _
       Optional ByVal cloneExif As System.Boolean _
    ) As Indexed8bppBitmap
    public Indexed8bppBitmap ReadAsIndexed8bppBitmap( 
       System.bool cloneExif
    )

    Parameters

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

    Return Value

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