Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / SignatureLockedFields Class / FieldNames Property

In This Topic
    FieldNames Property
    In This Topic
    Gets or sets the list of fields' names which should be included / excluded from processing depending on Type property.
    Syntax
    'Declaration
     
    Public Property FieldNames As System.Collections.Generic.IEnumerable(Of String)
    public System.Collections.Generic.IEnumerable<string> FieldNames {get; set;}
    See Also