FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane Class / PageSetup Method

In This Topic
    PageSetup Method (C1FlexViewerPane)
    In This Topic
    Invokes the standard page setup dialog. If the user presses OK in the dialog, the currently loaded document reflows if reflow is supported.
    Syntax
    'Declaration
     
    Public Function PageSetup() As Boolean
    public bool PageSetup()

    Return Value

    True if the user pressed OK in the dialog, false if the user cancelled the dialog.
    See Also