Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
Data Property
See Also 
Leadtools Namespace > RasterImage Class : Data Property




Gets the data for the image in native format.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Data As Object
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Object
 
value = instance.Data
C# 
public object Data {get;}
Managed Extensions for C++ 
public: __property Object* get_Data();
C++/CLI 
public:
property Object^ Data {
   Object^ get();
}

Return Value

The data for the image.

Remarks

This value should only be used with images created with user-defined data. Other type of images will return an undefined internal value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also