2024 Class
Changes 6
C

PDFExportOptions

Description:
Options for PDF export
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PDFExportOptions
public class PDFExportOptions : IDisposable
Name Return Type Description
C PDFExportOptions() None Creates a default options object.
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetNamingRule() The naming rule. Gets a copy of the naming rule.
M IsValidNamingRule(IList<TableCellCombinedParameterData>) bool Whether naming rule is valid or not.
M SetNamingRule(IList<TableCellCombinedParameterData>) None Sets the naming rule.
Name Return Type Description
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 is .
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 bool 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.