FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / PrintParameters Class
Properties


In This Topic
    PrintParameters Class Members
    In This Topic

    The following tables list the members exposed by PrintParameters.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the document to print.  
    Public PropertySpecifies the margin around the page in pixels.  
    Public PropertyThe maximum number of pages to print.  
    Public PropertyGets or sets the print factory to create necessary components for printing process.  
    Public PropertyGets or sets the System.Printing.PrintQueue object defining printer to use, can be null to use default printer.  
    Public PropertyGets or sets the System.Printing.PrintTicket object defining the print parameters, can be null to use System.Printing.PrintQueue.DefaultPrintTicket.  
    Public PropertySpecifies how the grid content should be scaled to fit the page.  
    Public PropertySpecifies whether to display a print dialog before printing.  
    Public PropertyGets or sets displaying the print preview dialog before printing.  
    Top
    See Also