[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Indexed8bppBitmap.Clone

Clone Method

Clone(bool)

Creates a new Indexed8bppBitmap with a copy of the image.

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

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

Returns
Type Description
Indexed8bppBitmap