Click or drag to resize

DrawingPDFExportSettings Class

返回用户文档首页
图纸导出PDF文件的参数类
Inheritance Hierarchy
SystemObject
  LoongCAD.STCDrawingPDFExportSettings

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public class PDFExportSettings

The DrawingPDFExportSettings type exposes the following members.

Constructors
 NameDescription
Public methodDrawingPDFExportSettingsInitializes a new instance of the DrawingPDFExportSettings class
Top
Properties
 NameDescription
Public propertyColorMode 颜色模式,取值可参考DrawingDrawingColorMode
Public propertyFilenameRules 文件名规则,取值可参考DrawingAttributeNames
Public propertyFilenameSeperator 文件名不同规则之间的分隔符,默认为"-"
Public propertyHorizonSplitCount 横向分页数量,默认为1
Public propertyPageCentering 图纸内容在页面内居中
Public propertyPageRatio 图纸在页面中的缩放比例
Public propertyPageSize 输出页面尺寸
Public propertyTargetDirectory 导出的目标文件夹
Top
Methods
 NameDescription
Public methodAddFilenameRule 添加文件名规则,取值可参考DrawingAttributeNames
Public methodClearFilenameRule 清空文件名规则
Top
See Also