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

In This Topic
    Document Property (C1FlexPivotPrintPreviewDialog)
    In This Topic
    Gets or sets the System.Drawing.Printing.PrintDocument to preview.
    Syntax
    'Declaration
     
    Public Property Document As PrintDocument
    public PrintDocument Document {get; set;}
    See Also