AllowAnnotations

Applies to

PDFSecurity object

Description

Whether creating or changing annotations or form fields is allowed. The default is no.

Usage

To allow the permission of creating or changing annotations or form fields, the AllowForm property must be set to true.

In scripts

This example sets AllowAnnotations for the PDFSecurity object lpdf_security:

PDFDocument lpdf_doc
PDFSecurity lpdf_security

lpdf_doc = Create PDFDocument

lpdf_security = lpdf_doc.security
lpdf_security.allowannotations = true