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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool SubmitCoordinates { get; set; }
Public Property SubmitCoordinates As Boolean
	Get
	Set
public:
property bool SubmitCoordinates {
	bool get ();
	void set (bool value);
}
member SubmitCoordinates : bool with get, set

Property Value

Boolean
true if submit coordinates; otherwise, false.

See Also