The ReadMetaDataBin Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- index
- The metadata box index to retrieve.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim index As Integer Dim value() As Byte value = instance.ReadMetaDataBin(index) |
C++/CLI | |
---|---|
public: array<byte>^ ReadMetaDataBin( int index ) |
Parameters
- index
- The metadata box index to retrieve.
Return Value
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7