[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.PrintParameters

PrintParameters Class

Describes parameters controlling how a grid's content is to be printed.

Inheritance
PrintParameters
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class PrintParameters

Constructors

Name Description
PrintParameters()

Properties

Name Description
DocumentName

Gets or sets the name of the document to print.

Margin

Specifies the margin around the page in pixels.

MaxPages

The maximum number of pages to print.

PrintFactory

Gets or sets the print factory to create necessary components for printing process.

PrintQueue

Gets or sets the PrintQueue object defining printer to use, can be null to use default printer.

PrintTicket

Gets or sets the PrintTicket object defining the print parameters, can be null to use DefaultPrintTicket.

ScaleMode

Specifies how the grid content should be scaled to fit the page.

ShowPrintDialog

Specifies whether to display a print dialog before printing.

ShowPrintPreview

Gets or sets displaying the print preview dialog before printing.