←Select platform

ReadMetaDataBin Method

Summary

Retrieve the specified metadata box for the opened image.

Syntax

C#
VB
C++
public byte[] ReadMetaDataBin( 
   int index 
) 
  
Public Function ReadMetaDataBin( _ 
   ByVal index As Integer _ 
) As Byte() 
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.

Remarks

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.

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.Jpip.Client.WinForms Assembly