UnifiedSaveOptions

UnifiedSaveOptions

Overview

UnifiedSaveOptions is a class in Aspose.PDF FOSS for .NET. Inherits from: SaveOptions.

Properties: CacheGlyphs, CloseResponse, ExtractOcrSublayerOnly, SaveFormat, SaveFullPath, WarningHandler, and 1 more.

Properties

NameTypeAccessDescription
ExtractOcrSublayerOnlyboolRead/WriteGets or sets the extract ocr sublayer only.
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