ImageGear for .NET
LoadDocumentMetadata(Stream,ImGearLoadOptions) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearFileFormats Class > LoadDocumentMetadata Method : LoadDocumentMetadata(Stream,ImGearLoadOptions) Method




stream
Data stream containing an image.
options
Loading options or null.

Glossary Item Box

Loads document metadata without decoding pixel data.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

stream
Data stream containing an image.
options
Loading options or null.

Return Value

Document metadata tree.

Exceptions

ExceptionDescription
System.ArgumentNullException Thrown if the specified stream is null.

Remarks

This method reads the specified image stream from the current position and loads the metadata associated with a document. This method does not load the metadata assotiated with individual pages. This method does not decode the actual pixel data.

See Also

©2013. Accusoft Corporation. All Rights Reserved.