Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionFieldsBase Class / Fields Property

In This Topic
    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