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

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

    Parameters

    page
    FlexPivotPage that owns this document.
    See Also