Click or drag to resize

PictureFormat Enumeration

Specifies the file format for a picture.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum PictureFormat
Members
Member nameValueDescription
Unknown0 An unknown image type or image type that cannot be directly stored inside a Microsoft Word document.
Jpeg1 JPEG JFIF.
Gif2 Graphics Interchange Format.
Png3 Portable Network Graphics.
Tiff4 Tagged Image File Format.
Bmp5 Windows Bitmap.
See Also