[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.SignatureLockedFieldsType

Enum SignatureLockedFieldsType

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

Defines possible values of Type property.

public enum SignatureLockedFieldsType

Fields

All = 0

All fields should be processed.

AllButSpecified = 2

Fields which names are NOT specified in FieldNames are submitted.

SpecifiedOnly = 1

Fields which names are specified in FieldNames are processed.