ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / Code25intlvOptions Class / ShouldSerialize Method

In This Topic
    ShouldSerialize Method (Code25intlvOptions)
    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

    Return true if any object has changed from its default value, false otherwise.
    See Also