Accusoft.ThumbnailXpress6.Net
NotateXpressInstance Property




The instance of NotateXpress, this should be set to the Accusoft.NotateXpressSdk.NotateXpress.InstanceHandle property. Once set annotations can be drawn on thumbnails. Note: NotateXpress is a separate control.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property NotateXpressInstance As IntPtr
'Usage
 
Dim instance As ThumbnailXpress
Dim value As IntPtr
 
instance.NotateXpressInstance = value
 
value = instance.NotateXpressInstance
[Browsable(false)]
public IntPtr NotateXpressInstance {get; set;}
[Browsable(false)]
public: __property IntPtr get_NotateXpressInstance();
public: __property void set_NotateXpressInstance( 
   IntPtr value
);
[Browsable(false)]
public:
property IntPtr NotateXpressInstance {
   IntPtr get();
   void set (    IntPtr value);
}
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback