VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormAction Class / Fields Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Fields Property (PdfInteractiveFormAction)
    In This Topic
    Gets or sets an array identifying which fields to include in the action or which to exclude, depending on the setting of the FieldsIsExclude property.
    Syntax
    'Declaration
    
    Public Property Fields As PdfInteractiveFormFieldList
    
    
    public PdfInteractiveFormFieldList Fields { get; set; }
    
    
    public: __property PdfInteractiveFormFieldList* get_Fields();
    public: __property void set_Fields(
    PdfInteractiveFormFieldList* value
    );
    Remarks

    If this property is null, the FieldsIsExclude flag is ignored, and all fields in the document's interactive form is used by this action.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also