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 |
|---|---|---|---|
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) | APIObject |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| 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. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| 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 | Obsolete. The User defined X value of offset from left bottom corner. Unit is inch. | |
| UserDefinedMarginY | double | Obsolete. 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. |