PdfSubmitFormAction.SubmitMethod Property

Gets or sets the submit method.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSubmitMethod SubmitMethod { get; set; }
VB
Public Property SubmitMethod As PdfSubmitMethod
	Get
	Set

Property Value

Type: PdfSubmitMethod
The submit method.

See Also