PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PrintPreviewControl.PreviewToolBars Class / ShouldSerializePage Method

In This Topic
    ShouldSerializePage Method (C1PrintPreviewControl.PreviewToolBars)
    In This Topic
    Indicates whether the Page property should be persisted.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializePage() As Boolean
    protected bool ShouldSerializePage()

    Return Value

    true if the property value has changed from its default; otherwise, false.
    See Also