ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / ShowOptions Method
Theme to apply.

In This Topic
    ShowOptions Method (C1FlexPivotPrintDocument)
    In This Topic
    Shows a dialog box that allows the user to set various document options, including page setup, headers and footers, and content scaling.
    Syntax
    'Declaration
     
    Public Function ShowOptions( _
       ByVal theme As Object _
    ) As DialogResult
    public DialogResult ShowOptions( 
       object theme
    )

    Parameters

    theme
    Theme to apply.

    Return Value

    See Also