PDFExportOptions
Description:
Options for PDF export
Options for PDF export
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PDFExportOptions
System.Object
Autodesk.Revit.DB.PDFExportOptions
public class PDFExportOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| PDFExportOptions() | None | Creates a default options object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetNamingRule() | The naming rule. | Gets a copy of the naming rule. |
| IsValidNamingRule(IList<TableCellCombinedParameterData>) | bool | Whether naming rule is valid or not. |
| SetNamingRule(IList<TableCellCombinedParameterData>) | None | Sets the naming rule. |
| Name | Return Type | Description |
|---|---|---|
| AlwaysUseRaster | bool | If true completely use raster processing for graphics, otherwise use vector processing as much as possible. |
| ColorDepth | ColorDepthType | Color depth of either black/white, gray scale or color. |
| Combine | bool | Whether export all views and sheets into one PDF file or multiple files. |
| ExportQuality | PDFExportQualityType | The preferred export quality (DPI). |
| FileName | string | File name of the PDF when is . |
| HideCropBoundaries | bool | Whether to hide crop boundaries. |
| HideReferencePlane | bool | Whether to hide reference/work planes. |
| HideScopeBoxes | bool | Whether to hide scope boxes. |
| HideUnreferencedViewTags | bool | Whether to hide unreferenced view tags. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MaskCoincidentLines | bool | Whether to mask coincident lines. |
| OriginOffsetX | double | Offset between left sides of pdf content and paper. Always stored in unit of Feet. |
| OriginOffsetY | double | Offset between bottom sides of pdf content and paper. Always stored in unit of Feet. |
| PaperFormat | ExportPaperFormat | Paper format. |
| PaperOrientation | PageOrientationType | Paper orientation - Portrait/Landscape/Auto |
| PaperPlacement | PaperPlacementType | Paper placement of either center or offset from corner. |
| RasterQuality | RasterQualityType | The preferred raster quality (DPI). |
| ReplaceHalftoneWithThinLines | bool | Whether to replace halftone with thin lines. |
| StopOnError | bool | Whether export process should stop when a view fails to export |
| ViewLinksInBlue | bool | Whether set view links blue. |
| ZoomPercentage | int | Percentage of the zoom for the view. |
| ZoomType | ZoomType | Zoom type of either fit to page or on a specific percentage. |