Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 714 Bytes

File metadata and controls

32 lines (24 loc) · 714 Bytes

PrintUsingPrintDialog

Description

Available in Industry Series products only. Prints the active document. The Print Dialog will be displayed. The PageSetup dialog will be displayed, before the print dialog, if the existing print settings are not valid for the current printer

FUNCTION PrintUsingPrintDialog : INTEGER;
def vs.PrintUsingPrintDialog():
    return INTEGER

Remarks

Use GetEnabledModules to determine if an Industry Series product is installed.

Examples

VectorScript

Python

result = vs.PrintUsingPrintDialog()

Version

Availability: from VectorWorks10.5

Category