'Declaration Public Overloads Shared Function LoadPage( _ ByVal stream As Stream, _ ByVal pageNumber As Integer _ ) As ImGearARTPage
'Usage Dim stream As Stream Dim pageNumber As Integer Dim value As ImGearARTPage value = ImGearART.LoadPage(stream, pageNumber)
public static ImGearARTPage LoadPage( Stream stream, int pageNumber )
public: static ImGearARTPage* LoadPage( Stream* stream, int pageNumber )
public: static ImGearARTPage^ LoadPage( Stream^ stream, int pageNumber )
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.
Return Value
ImGearARTPage class.