SubmitFields Property
Gets or sets a value indicating whether the fields in Fields collection should be submitted or not.
Syntax
'Declaration Public Property SubmitFields As Boolean
'Usage Dim instance As PDFSubmitFormAction Dim value As Boolean instance.SubmitFields = value value = instance.SubmitFields
public bool SubmitFields {get; set;}
Property Value
True if the fields in Fields collection should be submitted, false otherwise. Default is true.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also