Click or drag to resize

PdfSignatureFieldSetLockedFields Method

Overload List
 NameDescription
Public methodSetLockedFields Sets the set of form fields whose change invalidate the signature to a predefined value that represents all fields in the document.
Public methodSetLockedFields(IEnumerablePdfField) Sets the set of form fields whose change invalidate the signature to those specified in the fields.
Public methodSetLockedFields(IEnumerableString) Sets the set of form fields whose change invalidate the signature to those specified in the fieldNames.
Public methodSetLockedFields(PdfField) Sets the set of form fields whose change invalidate the signature to those specified in the fields.
Public methodSetLockedFields(String) Sets the set of form fields whose change invalidate the signature to those specified in the fieldNames.
Public methodSetLockedFields(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 ).
Public methodSetLockedFields(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 ).
Public methodSetLockedFields(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 ).
Public methodSetLockedFields(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 ).
Top
See Also