←Select platform

Data Property

Summary

Gets an unmanaged pointer to the extension data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

Property Value

An IntPtr that points to the unmanaged extension data. If the extension data is a stream, this property will be IntPtr.Zero.

Example

For an example, refer to RasterCodecs.ReadExtensions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly