PdfSaveOptions

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

NameTypeAccessDescription
DefaultFontNamestringRead/WriteDefault font used when an embedded font cannot be resolved.
TempPathstringRead/WriteFilesystem path used for temporary save artifacts.
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