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. |