Specifies that the PDF file will be opened after export.
# Get the value of the property.propertyValue = pDFExportOptions_var.openPDF# Set the value of the property.pDFExportOptions_var.openPDF = propertyValue
#include <Drawing/Drawing/PDFExportOptions.h>// Get the value of the property.boolean propertyValue = pDFExportOptions_var->openPDF();// Set the value of the property, where value_var is a boolean.bool returnValue = pDFExportOptions_var->openPDF(value_var);