Retrieve the specified metadata box for the opened image.
public byte[] ReadMetaDataBin(
int index
)
Public Function ReadMetaDataBin( _
ByVal index As Integer _
) As Byte()
public:
array<byte>^ ReadMetaDataBin(
int index
)
index
The metadata box index to retrieve.
An array of bytes representing the metadata box specified by the index.
Use the GetMetaDataBinCount method to find the number of metadata boxes, the index should be less than or equal GetMetaDataBinCount - 1 and greater than 0.
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