Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class PdfPrivilege

java.lang.Object
  extended bycom.aspose.pdf.kit.PdfPrivilege

public class PdfPrivilege
extends java.lang.Object

Represents the privileges for accessing Pdf file.


Field Summary
static int AllowAll
          All allowed.
static int Assembly
          Allows assemblying file.
static int Copy
          Allows copying file.
static int DegradedPrinting
          Allows degraded printing.
static int FillIn
          Allows filling forms in file.
static int ModifyAnnotations
          Allows modifying annotations of file.
static int ModifyContents
          Allows modifying file.
static int Print
          Allows printing file.
static int ScreenReaders
          Only permits to reader on screen.
 
Constructor Summary
PdfPrivilege()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copy

public static final int Copy
Allows copying file.

See Also:
Constant Field Values

Print

public static final int Print
Allows printing file.

See Also:
Constant Field Values

ModifyContents

public static final int ModifyContents
Allows modifying file.

See Also:
Constant Field Values

ModifyAnnotations

public static final int ModifyAnnotations
Allows modifying annotations of file.

See Also:
Constant Field Values

FillIn

public static final int FillIn
Allows filling forms in file.

See Also:
Constant Field Values

ScreenReaders

public static final int ScreenReaders
Only permits to reader on screen.

See Also:
Constant Field Values

Assembly

public static final int Assembly
Allows assemblying file.

See Also:
Constant Field Values

DegradedPrinting

public static final int DegradedPrinting
Allows degraded printing.

See Also:
Constant Field Values

AllowAll

public static final int AllowAll
All allowed.

See Also:
Constant Field Values
Constructor Detail

PdfPrivilege

public PdfPrivilege()