 
            | Accusoft.PdfXpressSdk Namespace : ImageDataFormat Enumeration | 
'Declaration Public Enum ImageDataFormat Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ImageDataFormat
public enum ImageDataFormat : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum ImageDataFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class ImageDataFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Value | Description | 
|---|---|---|
| Ccitt | 2 | Group 3, Group3-2D, and Group 4 compression. | 
| Flate | 5 | Flate compression. | 
| Jbig2 | 3 | JBIG2 compression. | 
| Jpeg | 7 | JPEG compression. | 
| Jpeg2000 | 8 | JPEG 2000 compression. | 
| Lzw | 4 | LZW compression. | 
| Raw | 1 | Uncompressed image data. | 
| Rle | 6 | Run-Length Encoded compression. | 
System.Object
   System.ValueType
      System.Enum
         Accusoft.PdfXpressSdk.ImageDataFormat