Accusoft.NotateXpress13.Net
NotateXpress.MappingInputEventHandler Delegate




This event is for an advanced user who wants to change how NotateXpress does its coordinate conversions.
Syntax
'Declaration
 
Public Delegate Sub NotateXpress.MappingInputEventHandler( _
   ByVal sender As Object, _
   ByVal e As MappingInputEventArgs _
) 
'Usage
 
Dim instance As New NotateXpress.MappingInputEventHandler(AddressOf HandlerMethod)
public delegate void NotateXpress.MappingInputEventHandler( 
   object sender,
   MappingInputEventArgs e
)
public: __gc __delegate void NotateXpress.MappingInputEventHandler( 
   Object* sender,
   MappingInputEventArgs* e
)
public delegate void NotateXpress.MappingInputEventHandler( 
   Object^ sender,
   MappingInputEventArgs^ e
)

Parameters

sender
e
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 Mapping of PDF or User for this to fire in nxxml. This will always fire when reading in a xfdf.

See Also

Reference

NotateXpress.MappingInputEventHandler Members
Accusoft.NotateXpressSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback