Leadtools TWAIN (Leadtools.Twain assembly)

Data Property

Show in webframe





Gets or sets memory data. The data type depends on the value in the Flags property.
Syntax
public IntPtr Data {get; set;}
'Declaration
 
Public Property Data As IntPtr
'Usage
 
Dim instance As TwainMemoryData
Dim value As IntPtr
 
instance.Data = value
 
value = instance.Data

            

            
public:
property IntPtr Data {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

The memory data type depends on value of the Flags property.
Example
Refer to TwainSession.GetJpegCompression example.
Requirements

Target Platforms

See Also

Reference

TwainMemoryData Structure
TwainMemoryData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.