Leadtools.Jpip.Client.WinForms Requires JPIP Module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ReadMetaDataBin Method
See Also 
Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : ReadMetaDataBin Method



index
The metadata box index to retrieve.
index
The metadata box index to retrieve.
Retrieve the specified metadata box for the opened image.

Syntax

Visual Basic (Declaration) 
Public Function ReadMetaDataBin( _
   ByVal index As Integer _
) As Byte()
Visual Basic (Usage)Copy Code
Dim instance As JpipRasterImageViewer
Dim index As Integer
Dim value() As Byte
 
value = instance.ReadMetaDataBin(index)
C# 
public byte[] ReadMetaDataBin( 
   int 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.

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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip.Client.WinForms requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features