[]
Gets the list of fields that should be processed or excluded from processing (depending on the value of ExcludeSpecifiedFields) by this action. An item in this list can be either a field's name specified as a PdfString, or the Field object itself. An empty list means that all fields are included.
public IList<ActionFieldsBase.IFieldDef> Fields { get; }
Public ReadOnly Property Fields As IList(Of ActionFieldsBase.IFieldDef)