PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / CompatibilityOptions Class / ShouldSerialize Method

In This Topic
    ShouldSerialize Method (CompatibilityOptions)
    In This Topic
    Gets a value indicating whether any properties on the current object have non-default values.
    Syntax
    'Declaration
     
    Public Function ShouldSerialize() As Boolean
    public bool ShouldSerialize()

    Return Value

    true if any property on the current object has non-default value, false otherwise.
    See Also