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

In This Topic
    ToString Method (BarcodeOptions)
    In This Topic
    Returns a string that represents the current object.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    The current object's type name in parentheses.
    See Also