Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionFieldsBase Class / FieldNames Property

In This Topic
    FieldNames Property (ActionFieldsBase)
    In This Topic
    Gets the list of names of fields that should be processed (or excluded from processing, see ExcludeSpecifiedFields) by this action. If empty then all fields will be processed.
    Syntax
    'Declaration
     
    Public ReadOnly Property FieldNames As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> FieldNames {get;}
    See Also