Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

ReadMetadataItems(Stream,Int32) Method








A Stream containing the image file from which the metadata should be read.
1-based index to the page number from which the metadata should be read.
Reads metadata from the specified stream.
Syntax
public Dictionary<string,string> ReadMetadataItems( 
   Stream stream,
   int pageNumber
)
'Declaration
 
Public Overloads Function ReadMetadataItems( _
   ByVal stream As Stream, _
   ByVal pageNumber As Integer _
) As Dictionary(Of String,String)
'Usage
 
Dim instance As RasterCodecs
Dim stream As Stream
Dim pageNumber As Integer
Dim value As Dictionary(Of String,String)
 
value = instance.ReadMetadataItems(stream, pageNumber)
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.
Remarks

Possible values for the metadata keys:

Example
For an example, refer to ReadMetadataItems.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

Error processing SSI file