Xfinium.Pdf.Actions Namespace > PdfSubmitFormAction Class : Fields Property |
'Declaration
Public Property Fields As List(Of String)
'Usage
Dim instance As PdfSubmitFormAction 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); }
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