Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- stream
- Data stream containing an image.
- pageNumber
- Zero based page number to load the metadata from.
- options
- Loading options or null.
Return Value
Page metadata tree.Exception | Description |
---|---|
System.ArgumentNullException | Thrown if the specified stream is null. |
ImageGear.Core.ImGearException | Thrown with ImGearErrorCodes.PAGE_NOT_PRESENT error code if the page with the specified page number does not exist in the image. |
This method reads the specified image stream from the current position
and loads the metadata associated with the specified page.
This method does not load the metadata assotiated with a document.
This method does not decode the actual pixel data.