This method ends the page that was added with the AddPage method

[Visual Basic] Public Function EndPage() As Boolean
[C#] public bool EndPage();

Parameters

None

Return Value

Returns True if successful, otherwise returns False

Explanation

The EndPage method ends the page that was added with the AddPage method

The PDF document will be saved in the file and path specified by the SaveFileName property.

The End method should be used with the other PDF methods in the following order: Start, AddPage, AddImage, EndPage, End.

Example

See the example on the Start method page.

Also See

ImageKit.File.Pdf Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation