Link Constructors
A printing link.| Name | Parameters | Description |
|---|---|---|
| Link() | none | Initializes a new instance of the Link class with default settings. |
| Link(PrintingSystem) | ps | Initializes a new instance of the Link class with the specified printing system. |
| Link(IContainer) | container | Initializes a new instance of the Link class with the specified container. |
See Also