This object is a collection of document pages. The collection is accessible via the FRDocument object. This collection differs from other collections of child objects. It does not have AddNew method, instead you can use the AddPage method of the parent FRDocument object. It also does not have DeleteAll method and has additional IndexOf, Remove and Swap methods. See Working with Collections for details.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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.
- In Linux and macOS, advise it to the FRPage object by the call to the AdviseFREngineObject global function.
- In Windows: set up the connection between it and the events source implemented in the FRPage object by standard COM means.
Properties
Methods
Related objects
Object Diagram
Input parameter
This object is passed as an input parameter to the AddPages method of the ExportFileWriter object.Samples
The object is used in the following code samples:- Linux: CustomLanguage
- Windows: CustomLanguage, RecognizedTextProcessing; and demo tools: BatchProcessingRecognition, Engine Predefined Processing Profiles.
