Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- stream
- The data stream containing an image.
- pageNumber
- The number of page to load header from.
- options
- The loading options.
Return Value
A new instance of ImageGear.Core.ImGearPage class.This method returns an ImageGear.Core.ImGearPage class containing DIB, metadata, image resolution and all other attributes except for pixel data and the palette. This is useful when you need to look up a particular tag in the metadata or get information about image dimensions while avoiding time consuming operation of decoding the pixel data.