com.pdftools
Class NativeLibrary.PERMISSION

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

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


Field Summary
static int ePermAll
           
static int ePermAnnotate
           
static int ePermAssemble
           
static int ePermCopy
           
static int ePermDigitalPrint
           
static int ePermFillForms
           
static int ePermModify
           
static int ePermPrint
           
static int ePermSupportDisabilities
           
 
Constructor Summary
NativeLibrary.PERMISSION()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ePermPrint

public static final int ePermPrint
See Also:
Constant Field Values

ePermModify

public static final int ePermModify
See Also:
Constant Field Values

ePermCopy

public static final int ePermCopy
See Also:
Constant Field Values

ePermAnnotate

public static final int ePermAnnotate
See Also:
Constant Field Values

ePermFillForms

public static final int ePermFillForms
See Also:
Constant Field Values

ePermSupportDisabilities

public static final int ePermSupportDisabilities
See Also:
Constant Field Values

ePermAssemble

public static final int ePermAssemble
See Also:
Constant Field Values

ePermDigitalPrint

public static final int ePermDigitalPrint
See Also:
Constant Field Values

ePermAll

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

NativeLibrary.PERMISSION

public NativeLibrary.PERMISSION()