ImageCount

Image handling, Document properties

Description

Returns the total number of images added to the PDF file. This function does not take into account the images that may have already been in an existing PDF document which was loaded with the LoadFromFile function.

Syntax

Delphi

function TPDFlib.ImageCount: Integer;

ActiveX

Function PDFlib::ImageCount As Long

DLL

int DLImageCount(int InstanceID);