PDFView4NET WinForms Edition


Fields Property (PDFResetFormAction)
Gets or sets the list of fields affected by this action.
Syntax
'Declaration
 
Public Property Fields As List(Of String)
'Usage
 
Dim instance As PDFResetFormAction
Dim value As List(Of String)
 
instance.Fields = value
 
value = instance.Fields
public List<string> Fields {get; set;}

Property Value

A System.Collections.Specialized.StringCollection object specifying the list of fields affected by this action.
Remarks
The ResetFields property controls how the fields in this collection are reset.
If ResetFields property is true, only the fields in this collection will be reset.
If ResetFields property is false, the fields in this collection are not reset and only the remaining form fields are reset.
If the collection is null or empty, then all the form fields are reset and the ResetFields property is ignored.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also