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

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

    Return Value

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