Printing |
The PrintingController type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailablePaperSizes | Gets or sets the available paper sizes. | |
| AvailablePaperSources | Gets or sets the available paper sources. | |
| AvailablePrinters | Gets or sets the available printers. | |
| CmdPreviewFirstPage | Gets the command that shows the first preview page. | |
| CmdPreviewLastPage | Gets the command that shows the last preview page. | |
| CmdPreviewNextPage | Gets the command that shows the next preview page. | |
| CmdPreviewPreviousPage | Gets the command that shows the previous preview page. | |
| CmdShowPrinterProperties | Gets the command that opens the printer properties dialog. | |
| CollateCopies | Gets or sets a value indicating whether printed copies are collated. | |
| CurrentPreviewData | Gets the currently displayed preview page data. | |
| DocumentPrintOptionsController | Gets or sets the controller for the document print options. | |
| IsDisposed |
Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase) | |
| IsPaperOrientationLandscape | Gets or sets a value indicating whether the paper orientation is landscape. | |
| IsPaperOrientationPortrait | Gets or sets a value indicating whether the paper orientation is portrait. | |
| MarginBottom | Gets or sets the bottom paper margin. | |
| MarginEnvironment | Gets the quantity environment used for paper margins. | |
| MarginLeft | Gets or sets the left paper margin. | |
| MarginRight | Gets or sets the right paper margin. | |
| MarginTop | Gets or sets the top paper margin. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
| NoDocumentException |
Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase) | |
| NotInitializedException |
Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase) | |
| NoViewException |
Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase) | |
| NumberOfCopies | Gets or sets the number of copies to print. | |
| PreviewHeight | Gets or sets the preview height. | |
| PreviewPageNumberText | Gets or sets the preview page-number text. | |
| PreviewWidth | Gets or sets the preview width. | |
| PrinterComment | Gets or sets the printer comment text. | |
| PrinterLocation | Gets or sets the printer location text. | |
| PrinterStatus | Gets or sets the printer status text. | |
| UseDocumentCopy |
Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied,
all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted.
Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) |