Click or drag to resize

RtfToHtmlHtmlSaveOptionsImagesFormat Enumeration

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

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public enum ImagesFormat
Members
Member nameValueDescription
Auto0 Default. In this case 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 PDF size, but could lose the transparency.
Png2 Force to convert all images into Png format.
See Also