Click or drag to resize

DrawingPDFExportSettings Class

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

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
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 propertyHorizonSplitCount 横向分页数量,默认为1
Public propertyPageCentering 图纸内容在页面内居中
Public propertyPageRatio 图纸在页面中的缩放比例
Public propertyPageSize 输出页面尺寸
Top
See Also