PDFExport |
The PDFExportOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| | AlwaysUseRaster | If true completely use raster processing for graphics, otherwise use vector processing as much as possible. |
| | ColorDepth | Color depth of either black/white, gray scale or color. |
| | Combine | Whether export all views and sheets into one PDF file or multiple files. |
| | ExportQuality | The preferred export quality (DPI). |
| | FileName | File name of the PDF when Combine is . |
| | HideCropBoundaries | Whether to hide crop boundaries. |
| | HideReferencePlane | Whether to hide reference/work planes. |
| | HideScopeBoxes | Whether to hide scope boxes. |
| | HideUnreferencedViewTags | Whether to hide unreferenced view tags. |
| | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| | MaskCoincidentLines | Whether to mask coincident lines. |
| | OriginOffsetX | Offset between left sides of pdf content and paper. Always stored in unit of Feet. |
| | OriginOffsetY | Offset between bottom sides of pdf content and paper. Always stored in unit of Feet. |
| | PaperFormat | Paper format. |
| | PaperOrientation | Paper orientation - Portrait/Landscape/Auto |
| | PaperPlacement | Paper placement of either center or offset from corner. |
| | RasterQuality | The preferred raster quality (DPI). |
| | ReplaceHalftoneWithThinLines | Whether to replace halftone with thin lines. |
| | StopOnError | Whether export process should stop when a view fails to export |
| | ViewLinksInBlue | Whether set view links blue. |
| | ZoomPercentage | Percentage of the zoom for the view. |
| | ZoomType | Zoom type of either fit to page or on a specific percentage. |