SaveOptions
Overview
SaveOptions is a class in Aspose.PDF FOSS for .NET.
Properties: CacheGlyphs, CloseResponse, SaveFormat, SaveFullPath, WarningHandler, WarningHandlerName.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
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. |