Accusoft.NotateXpressSdk Namespace > NotateXpress Class : MappingOutput Event |
'Declaration <CategoryAttribute("NotateXpress")> Public Event MappingOutput As NotateXpress.MappingOutputEventHandler
'Usage Dim instance As NotateXpress Dim handler As NotateXpress.MappingOutputEventHandler AddHandler instance.MappingOutput, handler
[Category("NotateXpress")] public event NotateXpress.MappingOutputEventHandler MappingOutput
[Category("NotateXpress")] public: __event NotateXpress.MappingOutputEventHandler* MappingOutput
[Category("NotateXpress")] public: event NotateXpress.MappingOutputEventHandler^ MappingOutput
The event handler receives an argument of type MappingOutputEventArgs containing data related to this event. The following MappingOutputEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewX | Gets the mapped x coordinate of the annotation currently being exported. Setting this property will modify the x position of the exported annotation. |
NewY | Gets the mapped y coordinate of the annotation currently being exported. Setting this property will modify the y position of the exported annotation. |
X | Gets the unmapped x coordinate of the annotation currently being exported. |
Y | Gets the unmapped y coordinate of the annotation currently being exported. |
para>This event is fired when writing in an xml based annotation format that is specified for a coordinate system that is calculated. The nxxml would have to been set using SaveOptions.Mapping of PDF or User for this to fire in nxxml. This will always fire when reading in a xfdf.