Click or drag to resize

PdfSubmitFormActionSubmitCoordinates Property

Gets or sets a value indicating whether to submit coordinates with the data.

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool SubmitCoordinates { get; set; }

Property Value

Type: Boolean
true if coordinates will be submitted, false otherwise.
Remarks
If true, the coordinates of the mouse click within the clicked widget will get submitted in the format name.x=xvalue&name.y=yvalue, where name is the widget's field name for export or the field name, whichever is non-null.
See Also