ImageGear for Java
loadPage(ImGearStream,int) Method
The data stream containing an image.
The number of page to load; this is a 0-based index.
Loads a single page from an image.

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

com.accusoft.imagegear.core.ImGearPage

Syntax
public static ImGearPage loadPage( 
   ImGearStream stream,
   int pageNumber
)

Parameters

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

Return Value

See Also

Reference

ImGearFileFormats Class
ImGearFileFormats Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback