PrintableComponentLinkBase Constructors
Provides the general functionality to print controls that implement the IPrintable interface.Name | Parameters | Description |
---|---|---|
PrintableComponentLinkBase() | none | Initializes a new instance of the PrintableComponentLinkBase class with the default settings. |
PrintableComponentLinkBase(PrintingSystemBase) | ps | Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system. |
PrintableComponentLinkBase(IContainer) | container | Initializes a new instance of the PrintableComponentLinkBase class with the specified container. |
See Also