Class PermissionSettings
This class provides information about the permission settings of the specified PDF file, such as restricting print permissions, edit permissions etc.
Inheritance
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PermissionSettings
Properties
HasAssistiveTechnology
Gets a Boolean specifying whether the specified PDF file will be supported by a screen reader. True if the specified PDF file will be supported by a screen reader. False otherwise.
Declaration
public bool HasAssistiveTechnology { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCommentingAllowed
Gets a Boolean specifying whether adding comments in the specified PDF file is permitted. True if adding comments in the specified PDF file is permitted. False otherwise.
Declaration
public bool IsCommentingAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCopyingAllowed
Gets a Boolean specifying whether copying the content of the specified PDF file is permitted. True if copying the content of the specified PDF file is permitted. False otherwise.
Declaration
public bool IsCopyingAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDocumentAssemblyAllowed
Gets a Boolean specifying whether adding or inserting pages in the specified PDF file is permitted. True if adding or inserting pages in the specified PDF file is permitted. False otherwise.
Declaration
public bool IsDocumentAssemblyAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEditingAllowed
Gets a Boolean specifying whether editing the content in the specified PDF file is permitted. True if editing the content in the specified PDF file is permitted. False otherwise.
Declaration
public bool IsEditingAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFormFillingAllowed
Gets a Boolean specifying whether form filling is permitted in the specified PDF file. True if form filling is permitted in the specified PDF file. False otherwise.
Declaration
public bool IsFormFillingAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPageExtractionAllowed
Gets a Boolean specifying whether extracting pages of the specified PDF file is permitted. True if extracting pages of the specified PDF file is permitted. False otherwise.
Declaration
public bool IsPageExtractionAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrintingPermissionLevel
Gets a String specifying permission level for printing the file. The permission level for printing the file.
Declaration
public string PrintingPermissionLevel { get; }
Property Value
Type | Description |
---|---|
System.String |