LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client.WinForms assembly)
LEAD Technologies, Inc

ReadMetaDataBin Method






The metadata box index to retrieve.
Retrieve the specified metadata box for the opened image.
Syntax
public byte[] ReadMetaDataBin( 
   int index
)
'Declaration
 
Public Function ReadMetaDataBin( _
   ByVal index As Integer _
) As Byte()
'Usage
 
Dim instance As JpipRasterImageViewer
Dim index As Integer
Dim value() As Byte
 
value = instance.ReadMetaDataBin(index)
public byte[] ReadMetaDataBin( 
   int index
)
 function Leadtools.Jpip.Client.WinForms.JpipRasterImageViewer.ReadMetaDataBin( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JpipRasterImageViewer Class
JpipRasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip.Client.WinForms requires a Document or Medical license and unlock key as well as a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features