Defines the range of sheets to export. This can be a string like "1-3" or "1-2,5" where you can define a range of sheets and also specific sheets. Setting this property will automatically set the sheetsToExport setting to SelectedPDFSheets.
"pDFExportOptions_var" is a variable referencing a PDFExportOptions object. |
"pDFExportOptions_var" Is a variable referencing a PDFExportOptions Object. |
"pDFExportOptions_var" Is a variable referencing a PDFExportOptions Object. |
| Name | Description |
| Export PDF Sample | Demonstrates how to export a Fusion 360 drawing document to PDF using the DrawingExportManager. Shows how to configure PDFExportOptions including sheet selection (all sheets, a specific range, or the current sheet), line weights, and range-based export. |