This function finishes the PDF creation process.

[C++Builder/Visual C++]     BOOL IKPDFEnd(PTR_SAVE_PDF_INFO PDFSetInfo, LPCTSTR PDFFileName);
[Delphi]         function IKPDFEnd(var pdf_set: SAVE_PDF_INFO; PDFFileName: LPCTSTR): LongBool;
[Visual Basic]   Function IKPDFEnd(pdf_set As SAVE_PDF_INFO, ByVal PDFFileName As String) As Long

Parameters

Name Explanation
PSFSetInfo Structure (user-defined type) variable that sets the conditions for PDF creation
PDFFileName Name of the PDF file to be saved

Return Value

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

Explanation

The IKPDFEnd function finishes the PDF creation process. PDFSetInfo is also used with the IKPDFStart, IKPDFAddPage, IKPDFAddImage, and IKPDFEndPage functions. Regarding SAVE_PDF_INFO, see the description of the member variables of SAVE_PDF_INFO in Ik10File.dll, Ik10FileA.dll, Ik10File64.dll, Ik10File64A.dll.

The ImageKit10 ActiveX is a product created by Newtone Corporation