Click or drag to resize

DrawingHandlerPrintDrawings(ListDrawing, 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 PrintDrawings(
	List<Drawing> drawings,
	PrinterAttributes printerAttributes
)

Parameters

drawings  ListDrawing
要打印的图纸列表
printerAttributes  PrinterAttributes
打印机属性

Return Value

Boolean
打印成功返回 true
See Also