ImageGear for .NET
Read(String,Int32,Int32) Method
See Also  Send Feedback
ImageGear21.Web.Services Assembly > ImageGear.Web.UI Namespace > ArtConnection Class > Read Method : Read(String,Int32,Int32) Method




documentIdentifier
Source document identifier of an ImageGear XML art document.
firstPageNumber
First page to begin the page reading sequence.
countOfPages
Number of pages to read starting with the first page number.

Glossary Item Box

Reads a number of pages and returns a list of json string objects with associated page numbers.

Syntax

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

Parameters

documentIdentifier
Source document identifier of an ImageGear XML art document.
firstPageNumber
First page to begin the page reading sequence.
countOfPages
Number of pages to read starting with the first page number.

Return Value

List of objects that contain the json art annotations associated with its page.

Remarks

Page numbers start at zero for the first page in a document.

See Also

©2013. Accusoft Corporation. All Rights Reserved.