Available in Industry Series products only. Prints the active document. Neither the Print Dialog nor the PageSetup dialog will be displayed. This function can fail with certain printers if PrintUsingPrintDialog had not previously been called for the active document.
FUNCTION PrintWithoutUsingPrintDialog : INTEGER;def vs.PrintWithoutUsingPrintDialog():
return INTEGERresultN := PrintWithoutUsingPrintDialog;import vs
# Available in Industry Series products only.
resultN = vs.PrintWithoutUsingPrintDialog()
vs.Message('PrintWithoutUsingPrintDialog returned: ' + str(resultN))Availability: from VectorWorks10.5