XFINIUM.PDF Documentation
SubmitCoordinates Property



Gets or sets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.
Syntax
'Declaration
 
Public Property SubmitCoordinates As Boolean
'Usage
 
Dim instance As PdfSubmitFormAction
Dim value As Boolean
 
instance.SubmitCoordinates = value
 
value = instance.SubmitCoordinates
public bool SubmitCoordinates {get; set;}
public:
property bool SubmitCoordinates {
   bool get();
   void set (    bool value);
}

Property Value

If true, the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data.
Remarks
The coordinate values are relative to the upper-left corner of the field's widget annotation rectangle.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfSubmitFormAction Class
PdfSubmitFormAction Members

Send Feedback