Classes
| Class | Description |
|---|---|
ConversionSettings | Settings for Conversion. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document’s settings, otherwise the SDK globally when set on SdkSettings. |
DocumentSettings | Provides configuration settings for SDK document operations. Manages document-level settings with overrides over SDK defaults. |
OpenSettings | Settings for Open. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document’s settings, otherwise the SDK globally when set on SdkSettings. |
SdkSettings | Manages configuration settings for the Nutrient SDK. Provides functionality to load, export, and access various SDK settings through a type-safe registry system. This is a singleton class - use the static methods to access SDK settings. |