Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

Data Property






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 GetJpegCompression example.
Requirements

Target Platforms

See Also

Reference

TwainMemoryData Structure
TwainMemoryData Members

Error processing SSI file