ClearImageJNI
Class EPdfReadMode

java.lang.Object
  extended by ezjcom.JComEnumeration
      extended by ClearImageJNI.EPdfReadMode

public class EPdfReadMode
extends JComEnumeration

Pdf page reading mode selection


Field Summary
static EPdfReadMode epemAuto
          Automaticly switch between image and rasterized based on content
static EPdfReadMode epemImage
          Read embedded images
static EPdfReadMode epemRaster
          Read rasterized pages
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EPdfReadMode(int __n)
          Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EPdfReadMode intToEnumeratedValue(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ezjcom.JComEnumeration
getEnumeratedIntValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epemAuto

public static EPdfReadMode epemAuto
Automaticly switch between image and rasterized based on content


epemImage

public static EPdfReadMode epemImage
Read embedded images


epemRaster

public static EPdfReadMode epemRaster
Read rasterized pages

Constructor Detail

EPdfReadMode

protected EPdfReadMode(int __n)
Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

intToEnumeratedValue

public static EPdfReadMode intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.