PdfSubmitFormActionFields Property
The list of fields to be included or excluded from submit function of
IncludeFields property value.
If there are no fields added to this array and
IncludeFields property is true then all the fields are submitted
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfFormField[] Fields { get; set; }
Public Property Fields As PdfFormField()
Get
Set
public:
property array<PdfFormField^>^ Fields {
array<PdfFormField^>^ get ();
void set (array<PdfFormField^>^ value);
}
member Fields : PdfFormField[] with get, set
Property Value
PdfFormField