PDFPictures Object (IPDFPicures Interface)
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.
Important! When exporting to PDF, ABBYY FineReader Engine does not preserve the picture transparency.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| Count | int, read-only | Stores the number of elements in the collection. |
| Element | PDFPicture, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Creates a new PDFPicture object and adds it into the collection. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteAt | Removes an element from the collection. |
| Item | Provides access to a single element of the collection. |
Related objects

Samples
This sample illustrates how to export pictures to PDF format.
C++ code
See also
7/3/2024 8:50:10 AM