Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Data Property (RasterNativeBuffer)








Gets or sets the native (unmanaged) data.
Syntax
public IntPtr Data {get; set;}
'Declaration
 
Public Property Data As IntPtr
'Usage
 
Dim instance As RasterNativeBuffer
Dim value As IntPtr
 
instance.Data = value
 
value = instance.Data
public IntPtr Data {get; set;}
 <br/>get_Data();<br/>set_Data(value);<br/>Object.defineProperty('Data'); 
public:
property IntPtr Data {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

An IntPtr that represents the native (unmanaged) data.
Requirements

Target Platforms

See Also

Reference

RasterNativeBuffer Structure
RasterNativeBuffer Members

Error processing SSI file