HtmlSaveOptionsEmbeddedImagesFormat Enumeration |
Specifies the image format to embed in the document during the saving. Default value: Auto.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public enum EmbeddedImagesFormat
Public Enumeration EmbeddedImagesFormat
Members Member name | Value | Description |
---|
Auto | 0 |
Default. In this case the embedded images will keep their original format. The Jpeg images will be stored using Jpeg codec, the all others as PNG.
|
Jpeg | 1 |
Force to convert all images into Jpeg format. Be careful: using Jpeg for images you can reduce the PDF size, but could lose the transparency.
|
Png | 2 |
Force to convert all images into Png format.
|
See Also