PDFPictures object (IPDFPictures interface) in the ABBYY FineReader Engine API — Collection of user-defined PDFPicture objects added to a PDF document, accessible via PDFExportParams; picture transparency is not preserved.
Use this file to discover all available pages before exploring further.
This object represents a collection of user-defined pictures added to a PDF document (PDFPicture objects). It contains methods for getting the number of pictures in the collection, accessing a single element of the collection and iterating through the collection. The collection is accessible via the PDFExportParams object.
When exporting to PDF, ABBYY FineReader Engine does not preserve the picture transparency.
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.