C#
VB
Java
Objective-C
WinRT C#
C++
Gets an unmanaged pointer to the extension data.
public IntPtr Data { get; }
Public ReadOnly Property Data As IntPtr
public IntPtr Data {get;}
@property (nonatomic, assign, readonly) NSData *data
public byte[] getData()
get_Data();
public:
property IntPtr Data {
IntPtr get();
}
An IntPtr that points to the unmanaged extension data. If the extension data is a stream, this property will be IntPtr.Zero.
For an example, refer to RasterCodecs.ReadExtensions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET