com.pdftools
Class NativeLibrary.COMPRESSION

java.lang.Object
  extended by com.pdftools.NativeLibrary.COMPRESSION
Enclosing class:
NativeLibrary

public static class NativeLibrary.COMPRESSION
extends java.lang.Object


Field Summary
static int eComprFlate
           
static int eComprGroup3
           
static int eComprGroup3_2D
           
static int eComprGroup4
           
static int eComprJBIG2
           
static int eComprJPEG
           
static int eComprJPEG2000
           
static int eComprLZW
           
static int eComprRaw
           
static int eComprUnknown
           
 
Constructor Summary
NativeLibrary.COMPRESSION()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eComprRaw

public static final int eComprRaw
See Also:
Constant Field Values

eComprJPEG

public static final int eComprJPEG
See Also:
Constant Field Values

eComprFlate

public static final int eComprFlate
See Also:
Constant Field Values

eComprLZW

public static final int eComprLZW
See Also:
Constant Field Values

eComprGroup3

public static final int eComprGroup3
See Also:
Constant Field Values

eComprGroup3_2D

public static final int eComprGroup3_2D
See Also:
Constant Field Values

eComprGroup4

public static final int eComprGroup4
See Also:
Constant Field Values

eComprJBIG2

public static final int eComprJBIG2
See Also:
Constant Field Values

eComprJPEG2000

public static final int eComprJPEG2000
See Also:
Constant Field Values

eComprUnknown

public static final int eComprUnknown
See Also:
Constant Field Values
Constructor Detail

NativeLibrary.COMPRESSION

public NativeLibrary.COMPRESSION()