See Also Examples Applies To
Create a value to be used with the "nPDFRight" parameter of PDF functions for saving with encryption.
Syntax
object.PdfCreateRights (bCanPrint, bCanModify, bCanCopy, bCanAddNotes, bCanFillFields, bCanCopyAccess, bCanAssemble, bCanprintFull)
The PdfCreateRights syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| bCanPrint | Required. Boolean.Allows the user to print the document. |
| bCanModify | Required. Boolean. Allows the user to edit the document. |
| bCanCopy | Required. Boolean. Allows the user to copy text and graphics from the document. |
| bCanAddNotes | Required. Boolean. Allows the user to add annotations. |
| bCanFillFields | Required. Boolean. Allows the user to fill in form fields. Only works with 128-bit encryption. |
| bCanCopyAccess | Required. Boolean. Enables copying for use with accessibility features. Only works with 128-bit encryption. |
| bCanAssemble | Required. Boolean. Allows the user to assemble the document. Only works with 128-bit encryption. |
| bCanprintFull | Required. Boolean. Allows high resolution printing of the document. Only works with 128-bit encryption. |
Returns
Long. A combination of members of the PdfRight enumeration.
Category
Standalone Functions