DrawingHandlerPrintDrawings(ListDrawing, PrinterAttributes) Method |
返回用户文档首页
使用指定的打印机属性批量打印图纸列表
Namespace: LoongCAD.STC.Friendly.DrawingAssembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntaxpublic bool PrintDrawings(
List<Drawing> drawings,
PrinterAttributes printerAttributes
)
Parameters
- drawings ListDrawing
- 要打印的图纸列表
- printerAttributes PrinterAttributes
- 打印机属性
Return Value
Boolean打印成功返回 true
See Also