PDFView4NET WPF Edition
SubmitCoordinates Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : 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 get_SubmitCoordinates();
public: __property void set_SubmitCoordinates( 
   bool value
);
public:
property bool SubmitCoordinates {
   bool get();
   void set (    bool value);
}

Property Value

True if the coordinates of the mouse click that caused the submit form action should be transmitted as part of form data, otherwise false. Default is false.
Remarks
This property has meaning only if DataFormat property is DataFormat.HTML.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSubmitFormAction Class
PDFSubmitFormAction Members