Gets a pointer to the unmanaged memory containing the GeoKey data.
public RasterNativeBuffer Buffer { get; }
Public ReadOnly Property Buffer As RasterNativeBuffer
@property (nonatomic, assign, readonly, nullable) const unsigned char *data
@property (nonatomic, assign, readonly) NSUInteger dataLength
public RasterNativeBuffer getBuffer()
public:
property RasterNativeBuffer Buffer {
RasterNativeBuffer get();
}
A pointer to the unmanaged memory containing the GeoKey data.
The number of bytes in Buffer can be obtained by RasterNativeBuffer.Length, while the number of items can be obtained by Count.
You can also construct a new RasterTagMetadata object from the data stored in this CodecsEnumGeoKeysEventArgs using the ToRasterTagMetadata method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document