ReadMetaDataBin Method

Summary
Retrieve the specified metadata box for the opened image.
Syntax
C#
C++/CLI
public byte[] ReadMetaDataBin( 
   int index 
) 
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 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

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