Gets and sets the filename that the exported file will be written to.
# Get the value of the property.propertyValue = pDFExportOptions_var.filename# Set the value of the property.pDFExportOptions_var.filename = propertyValue
#include <Drawing/Drawing/PDFExportOptions.h>// Get the value of the property.string propertyValue = pDFExportOptions_var->filename();// Set the value of the property, where value_var is a string.bool returnValue = pDFExportOptions_var->filename(value_var);