'Declaration Public Overloads Function Read( _ ByVal documentIdentifier As String, _ ByVal firstPageNumber As Integer, _ ByVal countOfPages As Integer _ ) As ReadOnlyCollection(Of ArtPageJsonPair)
'Usage Dim instance As ArtConnection Dim documentIdentifier As String Dim firstPageNumber As Integer Dim countOfPages As Integer Dim value As ReadOnlyCollection(Of ArtPageJsonPair) value = instance.Read(documentIdentifier, firstPageNumber, countOfPages)
public ReadOnlyCollection<ArtPageJsonPair> Read( string documentIdentifier, int firstPageNumber, int countOfPages )
public: ReadOnlyCollection<ArtPageJsonPair*>* Read( string* documentIdentifier, int firstPageNumber, int countOfPages )
public: ReadOnlyCollection<ArtPageJsonPair^>^ Read( String^ documentIdentifier, int firstPageNumber, int countOfPages )
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.