SvgLoadOptions
Overview
SvgLoadOptions is a class in Aspose.PDF FOSS for .NET.
Inherits from: LoadOptions.
Options for loading SVG files as PDF documents.
Properties: AdjustPageSize, ConversionEngine, DisableFontLicenseVerifications, LoadFormat, PageInfo, WarningHandler, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ConversionEngine | ConversionEngines | Read/Write | SVG conversion engine selection. |
AdjustPageSize | bool | Read/Write | Adjust PDF page size to SVG size. |
PageInfo | MarginInfo? | Read/Write | Page margin info. |
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. |