2025.3 Class
Changes 5
C

PDFExportOptions

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