I'm using LFSO83Lib with Laserfiche.DocumentServices & Laserfiche.RepositoryAccess
For a particular tocid, I'd like to loop through each Page of the document and access the Page Text.
Can this be done with EntryInfo ei = Entry.GetEntryInfo(tocid, session); ? I'm not sure how to get from here to the page text.
An example in C# would be appreciated.