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

In This Topic
    Clone Method (Indexed4bppBitmap)
    In This Topic
    Creates a new Indexed4bppBitmap with a copy of the image.
    Syntax
    'Declaration
     
    Public Function Clone( _
       Optional ByVal cloneExif As System.Boolean _
    ) As Indexed4bppBitmap
    public Indexed4bppBitmap Clone( 
       System.bool cloneExif
    )

    Parameters

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