PdfSaveOptions
Overview
PdfSaveOptions is a class in Aspose.PDF FOSS for .NET.
Inherits from: SaveOptions.
Properties: CacheGlyphs, CloseResponse, DefaultFontName, SaveFormat, SaveFullPath, TempPath, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
DefaultFontName | string | Read/Write | Default font used when an embedded font cannot be resolved. |
TempPath | string | Read/Write | Filesystem path used for temporary save artifacts. |
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. |