Click or drag to resize

PdfSubmitAction SubmitCoordinates Property

Gets or sets a value indicating whether to submit mouse pointer coordinates. If set, the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool SubmitCoordinates { get; set; }

Property Value

Type: Boolean
true if submit coordinates; otherwise, false .
See Also