Accusoft.NotateXpress13.Net
ClientWindow Property




Gets and sets which ImagXpress viewer (ImageXView object) to annotate.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property ClientWindow As IntPtr
'Usage
 
Dim instance As NotateXpress
Dim value As IntPtr
 
instance.ClientWindow = value
 
value = instance.ClientWindow
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public IntPtr ClientWindow {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public: __property IntPtr get_ClientWindow();
public: __property void set_ClientWindow( 
   IntPtr value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property IntPtr ClientWindow {
   IntPtr get();
   void set (    IntPtr value);
}

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

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback