Accusoft.NotateXpress12.Net
Connect to ImagXpress Client
See Also Send Feedback
NotateXpress 12 for .NET - User Guide > How To > Connect To ImagXpress > Connect to ImagXpress Client

Glossary Item Box

NotateXpress™ is a windowless control that provides annotation capability to an ImagXpress viewer. Each NotateXpress control can have only one client ImageXView component. NotateXpress deals only with the annotations of the image currently being viewed. 

To connect a NotateXpress object to an ImagXpress object, set the NotateXpress.ClientWindow property to the window handle of the ImagXpress View Window to which you wish to add annotation capability.

C# Example Copy Code
NotateXpress1.ClientWindow = ImageXView1.Handle;

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.