PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ShouldSerializeCompatibilityOptions Method

In This Topic
    ShouldSerializeCompatibilityOptions Method (C1PreviewPane)
    In This Topic
    Indicates whether the CompatibilityOptions property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeCompatibilityOptions() As Boolean
    protected bool ShouldSerializeCompatibilityOptions()

    Return Value

    true if CompatibilityOptions should be serialized, false otherwise.
    See Also