ProtectPdfRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProtectPdfRequest
public class ProtectPdfRequest
type ProtectPdfRequest = class
Public Class ProtectPdfRequest
- Inheritance
-
ProtectPdfRequest
Constructors
| Name | Description |
|---|---|
| ProtectPdfRequest() | |
Properties
| Name | Description |
|---|---|
| DocumentContent |
Raw content of PDF document |
| EnableAnnotate |
Allows annotation (e.g. comments, form fill-in, signing) of the PDF file |
| EnableExtractData |
Allows extraction of text, images, and other media from the PDF file |
| EnableModification |
Protect the PDF file from being edited |
| EnablePrinting |
Protect the PDF file from being printed out |
| Password |
Password to decrypt document |
| PDFOwnerPassword |
Enter an optional owner password here. This password can be used to disable document restrictions |
| PDFUserPassword |
Enter an optional user password here. Each time an user opens the PDF he will be asked for this password. If you do not want a password prompt then leave this field blank |