Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPermissions
Public NotInheritable Class PdfPermissions
The PdfPermissions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfPermissions |
Creates a new permissions object.
|
Name | Description | |
---|---|---|
![]() | AllowEverything |
Gets or sets a value indicating whether user is allowed to make
any changes to document.
|
![]() | AssembleDocument |
Gets or sets a value indicating whether user is allowed to assemble
the document (insert, rotate, or delete pages and create bookmarks
or thumbnail images).
|
![]() | CopyContents |
Gets or sets a value indicating whether user is allowed to copy or
otherwise extract text and graphics from the document.
|
![]() | ExtractContents |
Gets or sets a value indicating whether user is allowed to extract
text and graphics (in support of accessibility to users with
disabilities or for other purposes).
|
![]() | FillFormFields |
Gets or sets a value indicating whether user is allowed to fill in
existing interactive form fields (including signature fields).
|
![]() | Flags |
Gets or sets the permissions as bit flags.
|
![]() | IsOwner |
Gets a value indicating whether full (owner) access to the document is allowed.
|
![]() | ModifyAnnotations |
Gets or sets a value indicating whether user is allowed to add or
modify text annotations and fill in interactive form fields.
|
![]() | ModifyContents |
Gets or sets a value indicating whether user is allowed to modify
the contents of the document.
|
![]() | PrintDocument |
Gets or sets a value indicating whether user is allowed to print document.
|
![]() | PrintFaithfulCopy |
Gets or sets a value indicating whether user is allowed to print
the document to a representation from which a faithful digital copy
of the PDF content could be generated.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |