DPMPrinterAttributes Class |
The DPMPrinterAttributes class contains the attributes for controlling the printing.
Inheritance Hierarchy
SystemObject
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingDPMPrinterAttributes
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingDPMPrinterAttributes
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
The DPMPrinterAttributes type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DPMPrinterAttributes |
Creates a new PrintAttributes instance.
|
Properties
Name | Description | |
---|---|---|
ColorMode |
Output color mode.
| |
NumberOfCopies |
The number of copies of each drawing to print.
Only applicable for printing to a printer.
| |
OpenFileWhenFinished |
Whether to open file when finished.
| |
Orientation |
The print orientation type.
| |
OutputFileName |
Output file name and path. Applicable in PDF printing.
| |
OutputType |
The printing output type.
| |
PaperSize |
The paper size name.
| |
PrinterName |
The printer name.
| |
PrintToMultipleSheet |
Whether to print to multiple sheets.
| |
ScaleFactor |
The print scale factor.
| |
ScalingMethod |
The print scaling method.
|
Methods
Name | Description | |
---|---|---|
IsEqual |
Compares the current object with an object of the same type.
(Overrides GenericAttributesBaseIsEqual(Object).) |
See Also