Click or drag to resize

DocxSaveOptionsEmbeddedImagesFormat Enumeration

Specifies the image format to embed in the document during the saving. Default value: Auto.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum EmbeddedImagesFormat
Members
Member nameValueDescription
Auto0 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.
Jpeg1 Force to convert all images into Jpeg format. Be careful: using Jpeg for images you can reduce the document size, but could lose the transparency.
Png2 Force to convert all images into Png format.
See Also