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.
Properties
Methods
Object Diagram
Samples
This sample illustrates how to export pictures to PDF format.
See also
PDFPicture
Working with Collections
Working with Properties