[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.SignatureLockedFields

Class SignatureLockedFields

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

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

public class SignatureLockedFields : PdfDictWrapper, IPdfDict
Inheritance
object
SignatureLockedFields
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

SignatureLockedFields()

Initializes a new instance of the SignatureLockedFields class.

public SignatureLockedFields()

SignatureLockedFields(SignatureLockedFieldsType, IEnumerable<string>)

Initializes a new instance of the SignatureLockedFields class.

public SignatureLockedFields(SignatureLockedFieldsType type, IEnumerable<string> fieldNames)

Parameters

type SignatureLockedFieldsType

The type of range.

fieldNames System.Collections.Generic.IEnumerable<T><string>

The list of fields' names to include / exclude.

Properties

FieldNames

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; }

Property Value

System.Collections.Generic.IEnumerable<T><string>

Type

Gets or sets the type of the range.

public SignatureLockedFieldsType Type { get; set; }

Property Value

SignatureLockedFieldsType