This function ends the adding of a page in the PDF creation process
[C++Builder/Visual
C++]     BOOL
IKPDFEndPage(PTR_SAVE_PDF_INFO PDFSetInfo);
[Delphi]         function
IKPDFEndPage(var pdf_set: SAVE_PDF_INFO): LongBool;
[Visual Basic]   Function
IKPDFEndPage(pdf_set As SAVE_PDF_INFO) As Long
Parameters
| Name | Explanation | 
|---|---|
| PSFSetInfo | Structure (user-defined type) variable that sets the conditions for PDF creation | 
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The IKPDFEndPage function ends the adding of a page in 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.