LoadOptions
Overview
LoadOptions is a class in Aspose.PDF FOSS for .NET.
Properties: DisableFontLicenseVerifications, LoadFormat, WarningHandler, WarningHandlerName.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
WarningHandler | IWarningCallback | Read/Write | Warning handler invoked while loading the source document. |
WarningHandlerName | string | Read/Write | Legacy string-typed warning-handler hook. |
DisableFontLicenseVerifications | bool | Read/Write | Whether font license verifications are suppressed during load. |
LoadFormat | LoadFormat | Read | The source format this options instance configures. |