This method adds a page to the PDF document is created.

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

Parameters

None

Return Value

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

Explanation

The AddPage method adds a new page to the PDF document. Use the AddImage method to add an image to the page created with the AddPage method. It is possible to create a PDF file with multiple pages by repeating the AddPage method and AddImage method.

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

 

The ImageKit10 VCL is a product created by Newtone Corporation