Changes in 2025 vs 2024 4 changed
Flip API Versions →Changed members
ExportPDFSettings.FindByName(Document, String)
| document | Document | The document to find the settings with the specified name. |
| name | String | Name of the settings to find. |
| → returns | ExportPDFSettings→nullNothingnullptr | The settings element, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if not found. |
ExportPDFSettings.GetActivePredefinedSettings(Document)
| document | Document | The document to find the active settings. |
| → returns | ExportPDFSettings→nullNothingnullptr | The active settings, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if none. |
ExportPDFSettings.GetOptions()
| → returns | PDFExportOptions | The options. |
ExportPDFSettings.ListNames(Document)
| document | Document | Document where the settings to be found. |
| → returns | IList | List of names. |