Skip to main content
This object represents a list of authors of an FB2 or EPUB file. This is a collection of child objects of the AuthorInfo type. The AuthorsList may only exist as a subobject of the DocumentContentInfo object.
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.
  • If the list of authors is empty, the value of the Author property of the DocumentContentInfo object is used. If the IDocumentContentInfo::Author property is empty too, the value of the Author attribute of the output file will be “Unknown Author”.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementAuthorInfo, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
AddNewCreates an AuthorInfo object and adds it at the end of the collection.
DeleteAllRemoves all the elements from the collection.
DeleteAtRemoves an element from the collection.
ItemProvides access to a single element of the collection.
AuthorsList Object Diagram

See also

AuthorInfo DocumentContentInfo Working with Collections Working with Properties