ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / PrintDocumentOptions Class / Document Property

In This Topic
    Document Property (PrintDocumentOptions)
    In This Topic
    Gets or sets the C1FlexPivotPrintDocument being edited by this PrintDocumentOptions.
    Syntax
    'Declaration
     
    Public Property Document As C1FlexPivotPrintDocument
    public C1FlexPivotPrintDocument Document {get; set;}
    See Also