Accusoft.NotateXpress13.Net
MappingInput Event




This event is for an advanced user who wants to change how NotateXpress does its coordinate conversions.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
Public Event MappingInput As NotateXpress.MappingInputEventHandler
'Usage
 
Dim instance As NotateXpress
Dim handler As NotateXpress.MappingInputEventHandler
 
AddHandler instance.MappingInput, handler
[Category("NotateXpress")]
public event NotateXpress.MappingInputEventHandler MappingInput
[Category("NotateXpress")]
public: __event NotateXpress.MappingInputEventHandler* MappingInput
[Category("NotateXpress")]
public:
event NotateXpress.MappingInputEventHandler^ MappingInput
Event Data

The event handler receives an argument of type MappingInputEventArgs containing data related to this event. The following MappingInputEventArgs properties provide information specific to this event.

PropertyDescription
NewXGets the mapped x coordinate of the annotation currently being imported. Setting this property will modify x position of the imported annotation.  
NewYGets the mapped y coordinate of the annotation currently being imported. Setting this property will modify the y position of the imported annotation.  
XGets the unmapped x coordinate of the annotation currently being imported.  
YGets the unmapped y coordinate of the annotation currently being imported.  
Remarks

This event is fired when reading in an xml based annotation format that is specified for a coordinate system that is calculated. The nxxml would have to been saved using SaveOptions.Mapping of PDF or User for this to fire in nxxml. This will always fire when reading in a xfdf.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback