Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 522 Bytes

File metadata and controls

24 lines (18 loc) · 522 Bytes

ExportPDFPages

Description

This will export the current document to PDF. You must call OpenPDFDocument before calling this function. This is intended to support Batch Export to PDF.

FUNCTION ExportPDFPages(savedViewNameStr : STRING): INTEGER;
def vs.ExportPDFPages(savedViewNameStr):
    return INTEGER

Parameters

Name Type Description
savedViewNameStr STRING

Version

Availability: from VectorWorks12.5

Category