Accusoft.NotateXpress12.Net
ClientWindow Property
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ClientWindow Property




Glossary Item Box

Gets and sets which ImagXpress viewer (ImageXView object) to annotate.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

An integer pointer which represents the ImageXView object window handle.

Remarks

To connect a NotateXpress object to an ImagXpress object, set the ClientWindow property to the window handle of the ImagXpress View window to which you want to add annotation capability. See the example below.

To disconnect a NotateXpress object from an ImagXpress object, set the ClientWindow property to System.IntPtr.Zero. This is identical to calling the ClientDisconnect method.

Example

NotateXpress1.ClientWindow = ImageXView1.Handle;

See Also

©2013. Accusoft Corporation. All Rights Reserved.