2024 Members
Changes 6
M

PDFExportOptions

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 GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetNamingRule() The naming rule. 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>) bool Whether naming rule is valid or not.
M SetNamingRule(IList<TableCellCombinedParameterData>) None Sets the naming rule.
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 ( True in Visual Basic) .
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.