ClearImageJNI
Class EPdfReadMode

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EPdfReadMode

public class EPdfReadMode
extends ECiBase

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
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EPdfReadMode fromInt(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ClearImageJNI.ECiBase
toInt, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, 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

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

fromInt

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