Represents format for storing images
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eImageFormat
Public Enumeration eImageFormat
public enum eImageFormat
Members
| Member | Description |
|---|---|
| Png |
Save images in PNG format
|
| Jpg |
Save images in JPEG format
|
| Gif |
Save images in GIF format
|
| Auto |
Leave images in the same format as they were stored in RTF. Images in WMF format will be converted to PNG, because HTML doesn't support WMF
|