SvgSaveOptions

SvgSaveOptions

Overview

SvgSaveOptions is a class in Aspose.PDF FOSS for .NET. Inherits from: UnifiedSaveOptions.

SvgSaveOptions provides properties such as SaveFormat to control how a PDF is saved as SVG.

Properties: CacheGlyphs, CloseResponse, ExtractOcrSublayerOnly, SaveFormat, SaveFullPath, WarningHandler, and 1 more.

Properties

NameTypeAccessDescription
ExtractOcrSublayerOnlyboolRead/WriteGets or sets the extract ocr sublayer only.
CloseResponseboolRead/WriteGets or sets the close response.
SaveFullPathboolRead/WriteGets or sets the save full path.
WarningHandlerIWarningCallbackRead/WriteWarning handler invoked during serialisation.
WarningHandlerNamestringRead/WriteLegacy string-typed warning-handler hook.
CacheGlyphsboolRead/WritePre-cache rasterised glyphs to speed up repeated text emission.
SaveFormatSaveFormatReadThe save format that this options instance configures.

See Also