ImageGear for Java
loadPage(ImGearStream,int) Method
ImGearFileStream from which to load marks. The loadPage method works from the current stream position, so if you are indexing pages from the beginning of the multi-page annotations file, you need to reset the stream position to the beginning.
Zero-based page number. First page is 0.
Loads ART marks from an XML stream.

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

Parameters

stream
ImGearFileStream from which to load marks. The loadPage method works from the current stream position, so if you are indexing pages from the beginning of the multi-page annotations file, you need to reset the stream position to the beginning.
pageNumber
Zero-based page number. First page is 0.

Return Value

See Also

Reference

ImGearART Class
ImGearART Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback