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




stream
The data stream containing an image.
pageNumber
The number of page to load; this is a 0-based index.

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; this is a 0-based index.

Return Value

A new instance of ImageGear.Core.ImGearPage class.

Remarks

This is the simplest method for loading an image into ImageGear. If the format of an image cannot be detected, an exception is thrown.

See Also

©2013. Accusoft Corporation. All Rights Reserved.