[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BilevelBitmap.Clone

Clone Method

Clone(bool, bool)

Creates a new BilevelBitmap with a copy of the image.

Declaration
public BilevelBitmap Clone(bool cloneExif = false, bool metadataOnly = false)
Public Function Clone(Optional cloneExif As Boolean = False, Optional metadataOnly As Boolean = False) As BilevelBitmap
Parameters
Type Name Description
bool cloneExif

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

bool metadataOnly

Specifies whether to copy the image metadata only, not actual pixel data. If false, the pixel data will be copied from the current BilevelBitmap. If true, the pixel data of the resulting BilevelBitmap remain uninitialized.

Returns
Type Description
BilevelBitmap