HtmlSaveOptionsEmbeddedImageFormat Property |
Gets and sets the format to embed images in the saving document. Default value:
Auto.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public HtmlSaveOptionsEmbeddedImagesFormat EmbeddedImageFormat { get; set; }
Public Property EmbeddedImageFormat As HtmlSaveOptionsEmbeddedImagesFormat
Get
Set
Property Value
HtmlSaveOptionsEmbeddedImagesFormatRemarks Using this property together with the
EmbeddedJpegQuality allows you to reduce to size of the saved document.
See Also