ImageGear for .NET
LoadPage(Stream,Int32,ImGearARTLoadEvents) Method
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearART Class > LoadPage Method : LoadPage(Stream,Int32,ImGearARTLoadEvents) Method




stream
Stream 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.
events
An instance of the ImGearARTLoadEvents class.

Glossary Item Box

Loads ART marks from a stream and allows the use of events that occur during loading.

Syntax

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

Parameters

stream
Stream 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.
events
An instance of the ImGearARTLoadEvents class.

Return Value

ImGearARTPage class.

See Also

©2013. Accusoft Corporation. All Rights Reserved.