SaveOptions

Overview

SaveOptions is a class in Aspose.PDF FOSS for .NET.

Properties: CacheGlyphs, CloseResponse, SaveFormat, SaveFullPath, WarningHandler, WarningHandlerName.

Properties

NameTypeAccessDescription
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