Changes in 2022 vs 2027 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 | nullNothingnullptr→ExportPDFSettings | The settings element, or if not found. |
ExportPDFSettings.GetActivePredefinedSettings(Document)
| document | Document | The document to find the active settings. |
| → returns | nullNothingnullptr→ExportPDFSettings | The active settings, or 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. |