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.12.16
Syntaxpublic HtmlSaveOptionsEmbeddedImagesFormat EmbeddedImageFormat { get; set; }
Public Property EmbeddedImageFormat As HtmlSaveOptionsEmbeddedImagesFormat
Get
Set
Property Value
HtmlSaveOptionsEmbeddedImagesFormat
RemarksUsing this property together with the
EmbeddedJpegQuality allows you to reduce to size of the saved document.
See Also