Documents for PDF, .NET Edition Documentation
FieldNames Property (ActionFieldsBase)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace > ActionFieldsBase Class : FieldNames Property
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

Reference

ActionFieldsBase Class
ActionFieldsBase Members