PDFExportOptions Members


The PDFExportOptions type exposes the following members.

Constructors

Name Description
Public method PDFExportOptions
Creates a default options object.

Methods

Name Description
Public method Dispose
Releases all resources used by the PDFExportOptions
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetNamingRule
Gets a copy of the naming rule.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Static member IsValidNamingRule
Whether naming rule is valid or not.
Public method SetNamingRule
Sets the naming rule.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property AlwaysUseRaster
If true completely use raster processing for graphics, otherwise use vector processing as much as possible.
Public property ColorDepth
Color depth of either black/white, gray scale or color.
Public property Combine
Whether export all views and sheets into one PDF file or multiple files.
Public property ExportQuality
The preferred export quality (DPI).
Public property FileName
File name of the PDF when Combine is true ( True in Visual Basic) .
Public property HideCropBoundaries
Whether to hide crop boundaries.
Public property HideReferencePlane
Whether to hide reference/work planes.
Public property HideScopeBoxes
Whether to hide scope boxes.
Public property HideUnreferencedViewTags
Whether to hide unreferenced view tags.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property MaskCoincidentLines
Whether to mask coincident lines.
Public property OriginOffsetX
Offset between left sides of pdf content and paper. Always stored in unit of Feet.
Public property OriginOffsetY
Offset between bottom sides of pdf content and paper. Always stored in unit of Feet.
Public property PaperFormat
Paper format.
Public property PaperOrientation
Paper orientation - Portrait/Landscape/Auto
Public property PaperPlacement
Paper placement of either center or offset from corner.
Public property RasterQuality
The preferred raster quality (DPI).
Public property ReplaceHalftoneWithThinLines
Whether to replace halftone with thin lines.
Public property StopOnError
Whether export process should stop when a view fails to export
Public property ViewLinksInBlue
Whether set view links blue.
Public property ZoomPercentage
Percentage of the zoom for the view.
Public property ZoomType
Zoom type of either fit to page or on a specific percentage.

See Also