PrintingSystem Constructors
Implements the basic printing functionality of the XtraPrinting Library.| Name | Parameters | Description |
|---|---|---|
| PrintingSystem() | none | Initializes a new instance of the PrintingSystem class with default settings. |
| PrintingSystem(IContainer) | container | Initializes a new PrintingSystem class instance and adds it to the form’s container. |
See Also