The following tables list the members exposed by CancelableLogicalPrintPageEventArgs.
Name | Description | |
---|---|---|
CancelableLogicalPrintPageEventArgs Constructor | Constructor. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
Collate | Returns the PrintDocument's Collate value (read-only) | |
Copies | Returns the PrintDocument's Copies value (read-only) | |
DocumentName | Returns the PrintDocument's name (read-only) | |
Landscape | Returns the PrintDocument's Landscape value (read-only) | |
LogicalPageLayoutInfo | Layout info of the current logical page | |
LogicalPageNumber | Current logical page number (read-only) | |
MarginBottom | Returns the PrintDocument's Margin Bottom value (read-only). You can set the margins in the UltraGrid.InitializePrint and UltraGrid.InitializePrintPreview events. | |
MarginLeft | Returns the PrintDocument's Margin Left value (read-only). You can set the margins in the UltraGrid.InitializePrint and UltraGrid.InitializePrintPreview events. | |
MarginRight | Returns the PrintDocument's Margin Right value (read-only). You can set the margins in the UltraGrid.InitializePrint and UltraGrid.InitializePrintPreview events. | |
MarginTop | Returns the PrintDocument's Margin Top value (read-only). You can set the margins in the UltraGrid.InitializePrint and UltraGrid.InitializePrintPreview events. | |
PaperHeight | Returns the PrintDocument's PaperSize Height value (read-only) | |
PaperWidth | Returns the PrintDocument's PaperSize Width value (read-only) | |
PrintColors | Returns the PrintDocument's SupportsColor value (read-only) | |
PrinterName | Returns the PrintDocument's PrinterName value (read-only) | |
PrintRange | Returns the PrintDocument's PrintRange value (read-only) |