Fields Property (ActionFieldsBase)
In This Topic
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
GrapeCity.Documents.Pdf.Spec.PdfString, or the
GrapeCity.Documents.Pdf.AcroForms.Field object itself. An empty list means that all fields are included.
Syntax
'Declaration
Public ReadOnly Property Fields As System.Collections.Generic.IList(Of ActionFieldsBase.IFieldDef)
public System.Collections.Generic.IList<ActionFieldsBase.IFieldDef> Fields {get;}
See Also