This method finishes the PDF creation process.

[C++ Builder]     [ bool = ]imagekitcontrolname->FileIO->PDF->Finish()
[Delphi]   [ Boolean = ]imagekitcontrolname.FileIO.PDF.Finish

Parameters

None

Return Value

Returns True (nonzero) if successful. Returns False (0) if unsuccessful.

Explanation

The Finish method finishes the PDF creation process the last step of which is to save the PDF in the location set in the SavePDFFileName property.

The Finish method is used with the Start, AddImage, AddPage and EndPage methods.

Differences from ImageKit ActiveX

In the ImageKit ActiveX versions, this method is called "End".

 

The ImageKit10 VCL is a product created by Newtone Corporation