LinkBase Constructors
The base class for all printing links.| Name | Parameters | Description |
|---|---|---|
| LinkBase() | none | Initializes a new instance of the LinkBase class with the default settings. |
| LinkBase(PrintingSystemBase) | ps | Initializes a new instance of the LinkBase class with the specified printing system. |
| LinkBase(IContainer) | container | Initializes a new instance of the LinkBase class with the specified container. |
See Also