PdfFormOptionsSubmitBehavior Property

Gets or sets how submit actions are generated for HTML submit buttons

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfSubmitBehavior SubmitBehavior { get; set; }

Property Value

PdfSubmitBehavior
A PdfSubmitBehavior value that controls whether submit uses native PDF actions or Acrobat JavaScript

See Also