Pdf |
The PdfSignatureLockedFieldCollection type exposes the following members.
Name | Description | |
---|---|---|
All | Gets or sets a value indicating whether the change of any form field in the document invalidate the signature. | |
Excluded | Gets or sets a value indicating whether the change of any form field NOT contained in this PdfSignatureLockedFieldCollection invalidate the signature. | |
Permission | (Optional; PDF 2.0) The access permissions granted for this document. Valid values shall be:
The default value, , shall result in no effect on signature validation rules. If the Permission is already in effect from an earlier incremental save section or the original part of the document (via AuthorPermission), the value shall specify permission less than or equal to the permission already in effect based on signatures earlier in the document. That is, permission can be denied but not added. If the value specifies greater permission than a value already in effect, the new value is ignored. If the document does not have an author signature (AuthorPermission is ), the initial permission in effect is those based on the CommentAndFillForm. The new permission applies to any incremental changes to the document following the signature of which this PdfSignatureLockedFieldCollection is part. |
Name | Description | |
---|---|---|
Add | Adds a Name of the PdfField to the end of the PdfSignatureLockedFieldCollection. |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |