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

[Visual Basic]   [ Boolean = ]imagekitcontrolname.File.PDF.AddPage
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetFile().GetPDF().AddPage()
[VB.NET]   [ Boolean = ]imagekitcontrolname.File.PDF.AddPage()
[C#.NET]   [ bool = ]imagekitcontrolname.File.PDF.AddPage()

* ImageKit10ALib indicates the ANSI version. ImageKit10Lib indicates the Unicode version. x86 indicates the 32 bit version. x64 indicates the 64 bit version

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 End methods.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation