Skip to main content
This object represents a picture added to a PDF file. It provides access to the original image that can be modified using methods of the ImageDocument object. It also exposes methods that allow you to manage the picture position or even remove it from the page.
When exporting to PDF, ABBYY FineReader Engine does not preserve the picture transparency.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ImageImageDocument, read-onlyProvides access to the image document containing at least one picture.

Methods

NameDescription
GetLocationReturns a picture position on a page.
RemoveFromPageRemoves a picture position from a page.
SetLocationSpecifies a picture position on a page.
PDFPicture Object Diagram

Output parameter

This object is the output parameter of the Item, AddNew methods of the PDFPictures object. See also PDFPictures Working with Properties