Accusoft.NotateXpress12.Net
MappingInput Event
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace > NotateXpress Class : MappingInput Event




Glossary Item Box

This event is for an advanced user who wants to change how NotateXpress does its coordinate conversions.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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
NewX Gets the mapped x coordinate of the annotation currently being imported. Setting this property will modify x position of the imported annotation.
NewY Gets the mapped y coordinate of the annotation currently being imported. Setting this property will modify the y position of the imported annotation.
X Gets the unmapped x coordinate of the annotation currently being imported.
Y Gets 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

©2013. Accusoft Corporation. All Rights Reserved.