Accusoft.NotateXpress13.Net
DibHandle Property (ImageToolbarDefaults)




Gets and sets the DIB (Device Independent Bitmap) handle of the image displayed within the image annotation.
Syntax
'Declaration
 
Public Property DibHandle As IntPtr
'Usage
 
Dim instance As ImageToolbarDefaults
Dim value As IntPtr
 
instance.DibHandle = value
 
value = instance.DibHandle
public IntPtr DibHandle {get; set;}
public: __property IntPtr get_DibHandle();
public: __property void set_DibHandle( 
   IntPtr value
);
public:
property IntPtr DibHandle {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

An integer pointer value which represents the DIB handle.
Remarks

The DIB handle attribute of an image tool determines what will be copied as the DIB handle for every image object created with this programmable element.

The easy way of getting a DIB handle is to use the ImagXpress component.

See Also

Reference

ImageToolbarDefaults Class
ImageToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback