Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 801 Bytes

File metadata and controls

31 lines (24 loc) · 801 Bytes

PrintWithoutUsingPrintDialog

Description

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 INTEGER

Examples

resultN := PrintWithoutUsingPrintDialog;
import vs

# Available in Industry Series products only.
resultN = vs.PrintWithoutUsingPrintDialog()
vs.Message('PrintWithoutUsingPrintDialog returned: ' + str(resultN))

Version

Availability: from VectorWorks10.5

Category