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
| Name | Type | Access | Description |
|---|---|---|---|
ExtractOcrSublayerOnly | bool | Read/Write | Gets or sets the extract ocr sublayer only. |
CloseResponse | bool | Read/Write | Gets or sets the close response. |
SaveFullPath | bool | Read/Write | Gets or sets the save full path. |
WarningHandler | IWarningCallback | Read/Write | Warning handler invoked during serialisation. |
WarningHandlerName | string | Read/Write | Legacy string-typed warning-handler hook. |
CacheGlyphs | bool | Read/Write | Pre-cache rasterised glyphs to speed up repeated text emission. |
SaveFormat | SaveFormat | Read | The save format that this options instance configures. |