←Select platform

ReadMetadataItems(Stream,int) Method

Summary

Reads metadata from the specified stream.

Syntax

C#
VB
WinRT C#
C++
public Dictionary<string, string> ReadMetadataItems( 
   Stream stream, 
   int pageNumber 
) 
Public Overloads Function ReadMetadataItems( _ 
   ByVal stream As Stream, _ 
   ByVal pageNumber As Integer _ 
) As Dictionary(Of String,String) 
public Dictionary<string,string> ReadMetadataItems(  
   Stream stream, 
   int pageNumber 
) 
 function Leadtools.Codecs.RasterCodecs.ReadMetadataItems(Stream,Int32)(  
   stream , 
   pageNumber  
) 
public: 
Dictionary<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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly