XFINIUM.PDF Documentation
Fields Property (PdfSubmitFormAction)



Gets or sets the list identifying which fields to include in the submission or which to exclude.
Syntax
'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);
}

Property Value

A list of strings identifying which fields to include in the submission or which to exclude, depending on the setting of the SubmitFields property.
Remarks
If this list is null or empty then all the form fields are submitted regardless of the SubmitFields property.
The fields with Xfinium.Pdf.Forms.PdfField.Export property set to true will not be submitted no matter if they are included in the list or not.
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

PdfSubmitFormAction Class
PdfSubmitFormAction Members

Send Feedback