Reads metadata from the specified stream.
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
)
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.
Returns a Dictionary of key, value pairs for the file metadata items.
Possible values for the metadata keys:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document