SvgLoadOptions

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

NameTypeAccessDescription
ConversionEngineConversionEnginesRead/WriteSVG conversion engine selection.
AdjustPageSizeboolRead/WriteAdjust PDF page size to SVG size.
PageInfoMarginInfo?Read/WritePage margin info.
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