←Select platform

Data Property

Summary
Gets an unmanaged pointer to the extension data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public IntPtr Data { get; } 
@property (nonatomic, assign, readonly) NSData *data; 
public byte[] getData() 
public: 
property IntPtr Data { 
   IntPtr get(); 
} 
Data # get  (CodecsExtension) 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.