PrintingSystemBase Constructors
The base for classes that provide the basic printing functionality in different environments.Name | Parameters | Description |
---|---|---|
PrintingSystemBase() | none | Initializes a new instance of the PrintingSystemBase class with the default settings. |
PrintingSystemBase(IContainer) | container | Initializes a new PrintingSystemBase class instance and adds it to the form’s container. |
See Also