Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarcodeOptions Class / Clone Method

In This Topic
    Clone Method (BarcodeOptions)
    In This Topic
    Creates a clone of the current object.
    Syntax
    'Declaration
     
    Public Function Clone() As System.Object
    public System.object Clone()

    Return Value

    The cloned object.
    See Also