Click or drag to resize

DrawingExportPDF(String, DrawingPDFExportSettings) Method

返回用户文档首页
导出到PDF文件

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public bool ExportPDF(
	string filePath,
	DrawingPDFExportSettings exportSettings
)

Parameters

filePath  String
目标文件路径
exportSettings  DrawingPDFExportSettings
导出参数

Return Value

Boolean
是否导出成功
See Also