NotateXpress 13 for .NET - User Guide > How To > Connect To ImagXpress > Connect to ImagXpress Client |
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; |