TxtLoadOptions
Overview
TxtLoadOptions is a class in Aspose.PDF FOSS for .NET.
Inherits from: LoadOptions.
Options for loading a plain-text (.txt) file as a PDF document.
Properties: DisableFontLicenseVerifications, FontSize, LoadFormat, WarningHandler, WarningHandlerName.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FontSize | double | Read/Write | Font size (points) used for the rendered text. |
WarningHandler | IWarningCallback | Read/Write | Warning handler invoked while loading the source document. |
WarningHandlerName | string | Read/Write | Legacy string-typed warning-handler hook (FOSS-only extra). |
DisableFontLicenseVerifications | bool | Read/Write | Whether font license verifications are suppressed during load. |
LoadFormat | LoadFormat | Read | The source format this options instance configures. |