PrintParameters
Description:
An object that contains settings used for printing the document.
An object that contains settings used for printing the document.
public class PrintParameters : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ColorDepth | ColorDepthType | The color depth type. | |
| HiddenLineViews | HiddenLineViewsType | The hidden line views type. | |
| HideCropBoundaries | bool | Indicates whether to hide crop boundaries when printing. | |
| HideReforWorkPlanes | bool | Indicates whether to hide reference/work planes when printing. | |
| HideScopeBoxes | bool | Indicates whether to hide scope boxes when printing. | |
| HideUnreferencedViewTags | bool | Indicates whether to hide unreferenced view tags when printing. | |
| MarginType | MarginType | The print margin type. | |
| MaskCoincidentLines | bool | Indicates whether to mask coincident lines when printing. | |
| OriginOffsetX | double | The User defined X value of offset from left bottom corner. Unit is feet. | |
| OriginOffsetY | double | The User defined Y value of offset from left bottom corner. Unit is feet. | |
| PageOrientation | PageOrientationType | The Page Orientation of the Print Setting. | |
| PaperPlacement | PaperPlacementType | The paper placement type. | |
| PaperSize | PaperSize | The page size. | |
| PaperSource | PaperSource | The page source. | |
| RasterQuality | RasterQualityType | The raster quality type. | |
| ReplaceHalftoneWithThinLines | bool | Indicates whether to replace halftone with thin lines when printing. | |
| UserDefinedMarginX | double | The User defined X value of offset from left bottom corner. Unit is inch. | |
| UserDefinedMarginY | double | The User defined Y value of offset from left bottom corner. Unit is inch. | |
| ViewLinksinBlue | bool | Indicates whether to view links in blue when printing. | |
| Zoom | int | The zoom value to a percentage of the original size. | |
| ZoomType | ZoomType | The zoom type. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |