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




stream
The data stream containing an image.
pageNumber
The number of page to load.
loadOptions
The loading options.

Glossary Item Box

Loads a single page from an image.

Syntax

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

Parameters

stream
The data stream containing an image.
pageNumber
The number of page to load.
loadOptions
The loading options.

Return Value

A new instance of ImageGear.Core.ImGearPage class.

Remarks

This method provides more flexibility for loading images (i.e., the ability to load image thumbnail and specify image format explicitly).

See Also

©2013. Accusoft Corporation. All Rights Reserved.