CompositeLinkBase Constructors
The base class for classes that provide the composite link functionality.Name | Parameters | Description |
---|---|---|
CompositeLinkBase() | none | Initializes a new instance of the CompositeLinkBase class with the default settings. |
CompositeLinkBase(PrintingSystemBase) | ps | Initializes a new instance of the CompositeLinkBase class with the specified Printing System. |
CompositeLinkBase(IContainer) | container | Initializes a new instance of the CompositeLinkBase class with the specified container. |
See Also