ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / C1FlexPivotPrintDocument Constructor / C1FlexPivotPrintDocument Constructor(C1FlexPivotPage)
C1FlexPivotPage that owns this document.

In This Topic
    C1FlexPivotPrintDocument Constructor(C1FlexPivotPage)
    In This Topic
    Initializes a new instance of a C1FlexPivotPrintDocument.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As C1FlexPivotPage _
    )
    public C1FlexPivotPrintDocument( 
       C1FlexPivotPage page
    )

    Parameters

    page
    C1FlexPivotPage that owns this document.
    See Also