Share

PDFSheetsExport Enumerator

Description

The various options that define which sheets to print.
Defined in namespace "adsk::drawing" and the header file is <Drawing\DrawingTypeDefs.h>

Methods

Name Value Description
AllPDFSheetsExport 0 Exports all of the sheets in the drawing as a single PDF file.
CurrentPDFSheetExport 2 Exports the current active sheet.
RangePDFSheetsExport 3 Exports a defined range of sheets.
SelectedPDFSheetsExport 1 Exports all of the current selected sheets in the drawing. The active sheet is always selected but the user can also select additional sheets.

Version

Introduced in version December 2020

Was this information helpful?