java.lang.Object
com.aspose.words.PdfPermissions
public class PdfPermissions
| Field Summary | ||
|---|---|---|
static final int | DISALLOW_ALL | |
| Disallows all operations on the PDF document. This is the default value. | ||
static final int | ALLOW_ALL | |
| Allows all operations on the PDF document. | ||
static final int | CONTENT_COPY | |
|
Copy or otherwise extract text and graphics from the document by operations other than that controlled
by |
||
static final int | CONTENT_COPY_FOR_ACCESSIBILITY | |
| Extract text and graphics (in support of accessibility to users with disabilities or for other purposes). | ||
static final int | MODIFY_CONTENTS | |
|
Modify the contents of the document by operations other than those controlled by
|
||
static final int | MODIFY_ANNOTATIONS | |
|
Add or modify text annotations, fill in interactive form fields, and, if |
||
static final int | FILL_IN | |
|
Fill in existing interactive form fields (including signature fields), even if |
||
static final int | DOCUMENT_ASSEMBLY | |
|
Assemble the document (insert, rotate, or delete pages and create document outline items or thumbnail
images), even if |
||
static final int | PRINTING | |
|
Print the document (possibly not at the highest quality level, depending on whether
|
||
static final int | HIGH_RESOLUTION_PRINTING | |
|
Print the document to a representation from which a faithful digital copy of the PDF content could be
generated, based on an implementation-dependent algorithm. When this flag is clear (and
|
||
| Field Detail |
|---|
DISALLOW_ALL = 0 | |
public static final int DISALLOW_ALL | |
ALLOW_ALL = 65535 | |
public static final int ALLOW_ALL | |
CONTENT_COPY = 16 | |
public static final int CONTENT_COPY | |
CONTENT_COPY_FOR_ACCESSIBILITY = 512 | |
public static final int CONTENT_COPY_FOR_ACCESSIBILITY | |
MODIFY_CONTENTS = 8 | |
public static final int MODIFY_CONTENTS | |
MODIFY_ANNOTATIONS = 32 | |
public static final int MODIFY_ANNOTATIONS | |
FILL_IN = 256 | |
public static final int FILL_IN | |
DOCUMENT_ASSEMBLY = 1024 | |
public static final int DOCUMENT_ASSEMBLY | |
PRINTING = 4 | |
public static final int PRINTING | |
HIGH_RESOLUTION_PRINTING = 2052 | |
public static final int HIGH_RESOLUTION_PRINTING | |