[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffFrame.ToGcBitmap

ToGcBitmap Method

ToGcBitmap()

Gets the frame image as a GcBitmap.

Declaration
public GcBitmap ToGcBitmap()
Public Function ToGcBitmap() As GcBitmap
Returns
Type Description
GcBitmap

ToGcBitmap(GcBitmap, bool)

Reads the frame image into an existing GcBitmap.

Declaration
public void ToGcBitmap(GcBitmap bmp, bool cloneExif)
Public Sub ToGcBitmap(bmp As GcBitmap, cloneExif As Boolean)
Parameters
Type Name Description
GcBitmap bmp

The target GcBitmap object.

bool cloneExif

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