Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document 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 Boolean
    public bool ShouldSerialize()

    Return Value

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