Share

PDFExportOptions.openPDF Property

Parent Object: PDFExportOptions
Defined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/PDFExportOptions.h>

Description

Specifies that the PDF file will be opened after export.

Syntax

"pDFExportOptions_var" is a variable referencing a PDFExportOptions object.

# Get the value of the property.
propertyValue = pDFExportOptions_var.openPDF

# Set the value of the property.
pDFExportOptions_var.openPDF = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version December 2020

Was this information helpful?