C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintPreviewDialog Class
Members

C1FlexPivotPrintPreviewDialog Class
Represents a dialog used to preview and print System.Drawing.Printing.PrintDocument objects.
Object Model
C1FlexPivotPrintPreviewDialog Class
Syntax
'Declaration
 
Public Class C1FlexPivotPrintPreviewDialog 
   Inherits System.Windows.Forms.Form
 
Remarks
This dialog is similar to the standard System.Windows.Forms.PrintPreviewDialog but provides additional options such printer and page setup buttons, a better UI based on the System.Windows.Forms.ToolStrip control, and built-in PDF export.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     C1.Win.FlexPivot.C1FlexPivotPrintPreviewDialog

See Also