Accusoft NotateXpress 13
MappingOutput Event
The original x coordinate.
The original y coordinate.
The new x coordinate, which may be changed by the application.
The new y coordinate, which may be changed by the application.
Description
Raised when an advanced user wants to change how NotateXpress does its output coordinate conversions.
Syntax
Visual Basic
Public Event MappingOutput( _
   ByVal x As Long, _
   ByVal y As Long, _
   ByRef newX As Double, _
   ByRef newY As Double _
)
Parameters
x
The original x coordinate.
y
The original y coordinate.
newX
The new x coordinate, which may be changed by the application.
newY
The new y coordinate, which may be changed by the application.
Remarks

This is for advanced users only.

 This allows the application to override the NotateXpress coordinate system for its own purposes.

 

When the SaveMapping property is set to a value other than NX_SaveMap_None this will force the event to be raised when the file type is NX_AnnotationType_XFDF or NX_AnnotationType_XML.

 

See Also

NotateXpress Object  | NotateXpress Members  | Saving

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback