Click or drag to resize

DrawingHandlerPrintDrawing(Drawing, PrinterAttributes) Method

返回用户文档首页
使用指定的打印机属性打印图纸

Namespace: LoongCAD.STC.Friendly.Drawing
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
public bool PrintDrawing(
	Drawing drawing,
	PrinterAttributes printerAttributes
)

Parameters

drawing  Drawing
要打印的图纸
printerAttributes  PrinterAttributes
打印机属性

Return Value

Boolean
打印成功返回 true
See Also