IPrintingSystem Methods
Provides the base functionality of the XtraPrinting Library.| Name | Description |
|---|---|
| CreateBrick(String) | If implemented by a class, creates a brick by its type name. |
| CreateImageBrick() | If implemented by a class, creates an image brick. |
| CreatePanelBrick() | If implemented by a class, creates a panel brick. |
| CreateProgressBarBrick() | If implemented by a class, creates a progress bar brick. |
| CreateRichTextBrick() | If implemented by a class, creates a rich text brick. |
| CreateTextBrick() | If implemented by a class, creates a text brick. |
| CreateTrackBarBrick() | For internal use. |
| InsertPageBreak(Single) | If implemented by a class, inserts a page break at a specified position. |
| SetCommandVisibility(PrintingSystemCommand, Boolean) | If implemented by a class, changes the visibility of the specified printing system command. |
See Also