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

In This Topic
    ShouldSerialize Method (BarcodeOptions)
    In This Topic
    Indicates whether any property of this object has changed from its default value.
    Syntax
    'Declaration
     
    Public Function ShouldSerialize() As System.Boolean
    public System.bool ShouldSerialize()

    Return Value

    True if any property has changed from its default value, false otherwise.
    See Also