LoadOptions

Overview

LoadOptions is a class in Aspose.PDF FOSS for .NET.

Properties: DisableFontLicenseVerifications, LoadFormat, WarningHandler, WarningHandlerName.

Properties

NameTypeAccessDescription
WarningHandlerIWarningCallbackRead/WriteWarning handler invoked while loading the source document.
WarningHandlerNamestringRead/WriteLegacy string-typed warning-handler hook.
DisableFontLicenseVerificationsboolRead/WriteWhether font license verifications are suppressed during load.
LoadFormatLoadFormatReadThe source format this options instance configures.

See Also