Link Search Menu Expand Document

SubmitFormActionSubmitCoordinates Property

Gets or sets a value indicating whether to submit mouse pointer coordinates. If set true, the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data. The coordinate values are relative to the upper-left corner of the field’s widget annotation rectangle.
Remarks
Meaningful only when the SubmitFormat is HTML.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public bool SubmitCoordinates { get; set; }

Property Value

Type: Boolean
See Also

Reference