[]
Describes parameters controlling how a grid's content is to be printed.
public class PrintParameters
Name | Description |
---|---|
PrintParameters() |
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. |