This method completes the PDF document

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

Parameters

None

Return Value

Returns True if successful, otherwise returns False

Explanation

The End method completes the PDF document

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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation