Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BilevelBitmap Class / ToGcBitmap Method / ToGcBitmap(GcBitmap,Boolean) Method
The target GcBitmap object.
Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.

In This Topic
    ToGcBitmap(GcBitmap,Boolean) Method
    In This Topic
    Copies the image into an existing instance of GcBitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub ToGcBitmap( _
       ByVal bmp As GcBitmap, _
       ByVal cloneExif As System.Boolean _
    ) 
    public void ToGcBitmap( 
       GcBitmap bmp,
       System.bool cloneExif
    )

    Parameters

    bmp
    The target GcBitmap object.
    cloneExif
    Specifies whether the Exif metadata should be cloned (if exist), not just copied as a reference.
    See Also