PdfFormOptionsSubmitBehavior Property

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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