2027 Members
Changes 2
M

PDFExportOptions Properties

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 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.