Click or drag to resize

RtfSaveOptionsEmbeddedImageFormat Property

Gets and sets the format to embed images in the saving document. Default value: Auto.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public RtfSaveOptionsEmbeddedImagesFormat EmbeddedImageFormat { get; set; }

Property Value

RtfSaveOptionsEmbeddedImagesFormat
Remarks
Using this property together with the EmbeddedJpegQuality allows you to reduce to size of the saved document.
See Also