Accusoft NotateXpress 12
MappingInput Event
See Also  Send comments on this topic.
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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : MappingInput Event

Glossary Item Box

Description

Raised when an advanced user wants to change how NotateXpress does its input coordinate conversions.

Syntax

Visual Basic
Public Event MappingInput( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByRef newX As Long, _
   ByRef newY As Long _
)

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  is NX_AnnotationType_XFDF.

This will also be raised when the file type is NX_AnnotationType_XML and it encounters a keyword of "virtual" and a setting of:

- None

- PDF

- PDF90

- PDF180

- PDF280

- User

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.