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 | ![]() |
---|---|
NotateXpress1.ClientWindow = ImageXView1.Handle; |