XFINIUM.PDF Documentation
Fields Property (PdfResetFormAction)



Gets or sets a list identifying which fields to reset or which to exclude from resetting.
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;}
public:
property List<String^>^ Fields {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

A list of strings identifying which fields to reset or which to exclude from resetting, depending on the value of ResetFields property.
Remarks
If the list is null or empty then all the form fields are reset no matter the value of ResetFields property.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfResetFormAction Class
PdfResetFormAction Members

Send Feedback