Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents the options to control the PDF document security options.
Inheritance Hierarchy
Bytescout.PDFSecurity
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Security type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowAccessibilitySupport |
Allows or prohibits content extraction for accessibility.
Remarks | |
| AllowAssemlyDocument |
Allows or prohibits assembling the document.
Remarks | |
| AllowContentExtraction |
Allows or prohibits copying content from a PDF document.
| |
| AllowFillForms |
Allows or prohibits filling in interactive form fields (including signature fields) in a PDF document.
Remarks | |
| AllowModifyAnnotations |
Allows or prohibits interacting with text annotations and forms in a PDF document.
| |
| AllowModifyDocument |
Allows or prohibits modifying a PDF document.
| |
| AllowPrintDocument |
Allows or prohibits printing a PDF document.
| |
| EncryptionAlgorithm |
Gets or sets the encryption algorithm.
| |
| OwnerPassword |
Gets or sets the password for edit protection of the PDF document.
| |
| PrintQuality |
Gets or sets print quality.
Remarks | |
| UserPassword |
Gets or sets the password for view protection of the PDF document.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also