[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.SignatureLockedFields

SignatureLockedFields Class

Defines range of the Field objects to be locked when SignatureField is signed.

Inheritance
SignatureLockedFields
Implements
Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public class SignatureLockedFields : PdfDictWrapper, IPdfDict
Public Class SignatureLockedFields
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
SignatureLockedFields()

Initializes a new instance of the SignatureLockedFields class.

SignatureLockedFields(SignatureLockedFieldsType, IEnumerable<string>)

Initializes a new instance of the SignatureLockedFields class.

Properties

Name Description
FieldNames

Gets or sets the list of fields' names which should be included / excluded from processing depending on Type property.

Type

Gets or sets the type of the range.

Extension Methods