←Select platform

ReadMetadataItems(Stream,int) Method

Summary
Reads metadata from the specified stream.
Syntax
C#
VB
C++
public IDictionary<string, string> ReadMetadataItems( 
   Stream stream, 
   int pageNumber 
) 
Public Overloads Function ReadMetadataItems( _ 
   ByVal stream As Stream, _ 
   ByVal pageNumber As Integer _ 
) As IDictionary(Of String,String) 
public: 
IDictionary<String^,String^>^ ReadMetadataItems(  
   Stream^ stream, 
   int pageNumber 
)  

Parameters

stream
A Stream containing the image file from which the metadata should be read.

pageNumber
1-based index to the page number from which the metadata should be read.

Return Value

Returns a Dictionary of key, value pairs for the file metadata items.

Example

For an example, refer to ReadMetadataItems.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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