PictureFormat Enumeration |
Specifies the file format for a picture.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public enum PictureFormat
Public Enumeration PictureFormat
Members Member name | Value | Description |
---|
Unknown | 0 |
An unknown image type or image type that cannot be directly stored inside a
Microsoft Word document.
|
Jpeg | 1 |
JPEG JFIF.
|
Gif | 2 |
Graphics Interchange Format.
|
Png | 3 |
Portable Network Graphics.
|
Tiff | 4 |
Tagged Image File Format.
|
Bmp | 5 |
Windows Bitmap.
|
See Also