[]
Defines range of the Field objects to be locked when SignatureField is signed.
public class SignatureLockedFields : PdfDictWrapper, IPdfDict
Initializes a new instance of the SignatureLockedFields class.
public SignatureLockedFields()
Initializes a new instance of the SignatureLockedFields class.
public SignatureLockedFields(SignatureLockedFieldsType type, IEnumerable<string> fieldNames)
type
SignatureLockedFieldsTypeThe type of range.
fieldNames
System.Collections.Generic.IEnumerable<T><string>The list of fields' names to include / exclude.
Gets or sets the list of fields' names which should be included / excluded from processing depending on Type property.
public IEnumerable<string> FieldNames { get; set; }
Gets or sets the type of the range.
public SignatureLockedFieldsType Type { get; set; }