| Name | Description |
---|
 | SetLockedFields |
Sets the set of form fields whose change invalidate the signature to a predefined value that represents all fields in the document.
|
 | SetLockedFields(IEnumerablePdfField) |
Sets the set of form fields whose change invalidate the signature to those specified in the fields.
|
 | SetLockedFields(IEnumerableString) |
Sets the set of form fields whose change invalidate the signature to those specified in the fieldNames.
|
 | SetLockedFields(PdfField) |
Sets the set of form fields whose change invalidate the signature to those specified in the fields.
|
 | SetLockedFields(String) |
Sets the set of form fields whose change invalidate the signature to those specified in the fieldNames.
|
 | SetLockedFields(Boolean, PdfField) |
Sets the set of form fields whose change invalidate the signature to either those specified in the fields (if excluded is ) or all fields except those specified in the fields (if excluded is ).
|
 | SetLockedFields(Boolean, IEnumerablePdfField) |
Sets the set of form fields whose change invalidate the signature to either those specified in the fields (if excluded is ) or all fields except those specified in the fields (if excluded is ).
|
 | SetLockedFields(Boolean, IEnumerableString) |
Sets the set of form fields whose change invalidate the signature to either those specified in the fieldNames (if excluded is ) or all fields except those specified in the fieldNames (if excluded is ).
|
 | SetLockedFields(Boolean, String) |
Sets the set of form fields whose change invalidate the signature to either those specified in the fieldNames (if excluded is ) or all fields except those specified in the fieldNames (if excluded is ).
|