public interface IPDFPermissions
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isAssembleDocumentAllowed()Returns true if document assembly is allowed. | 
| boolean | isChangeDocumentAllowed()Returns true if changing the document is allowed. | 
| boolean | isExtractTextGraphicsAllowed()Returns true if extracting text graphics is allowed. | 
| boolean | isExtractTextGraphicsForAccessibilityAllowed()Returns true if extracting text graphics for accessibility is allowed. | 
| boolean | isFillFormFieldsAllowed()Returns true if filling existing form fields is allowed. | 
| boolean | isModifyAnnotsAllowed()Returns true if modifying annotations is allowed. | 
| boolean | isPrintAllowed()Returns true if printing the document is allowed. | 
| boolean | isPrintHighResAllowed()Returns true if printing the document at high resolution is allowed. | 
boolean isAssembleDocumentAllowed()
boolean isChangeDocumentAllowed()
boolean isExtractTextGraphicsAllowed()
boolean isExtractTextGraphicsForAccessibilityAllowed()
boolean isFillFormFieldsAllowed()
boolean isModifyAnnotsAllowed()
boolean isPrintAllowed()
boolean isPrintHighResAllowed()