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 | Inherited From |
|---|---|---|---|
| PDFExportOptions() | None | Creates a default options object. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the PDFExportOptions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetExportInBackground() | Boolean | Execute PDF export as a background process. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetNamingRule() | IList<TableCellCombinedParameterData> | Gets a copy of the naming rule. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValidNamingRule(IList<TableCellCombinedParameterData>) | Boolean | ||
| SetExportInBackground(Boolean) | None | Execute PDF export as a background process. | |
| SetNamingRule(IList<TableCellCombinedParameterData>) | None | ||
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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 Combine is true . | |
| 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 | Boolean | 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. |