This method finishes the PDF creation process.

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

Parameters

None

Return Value

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

Explanation

The End 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 End method is used with the Start, AddImage, AddPage methods.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation