RVTDocs.com
Namespace: Autodesk.Revit.DB

PDFExportOptions

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