Data Property

Summary

Gets or sets memory data. The data type depends on the value in the Flags property.

Syntax
C#
VB
C++
public IntPtr Data { get; set; } 
Public Property Data As IntPtr 
public: 
property IntPtr Data { 
   IntPtr get(); 
   void set (    IntPtr ); 
} 

Property Value

The memory data type depends on value of the Flags property.

Example

Refer to GetJpegCompression example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly