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

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

    Parameters

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

    Return Value

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