This property sets the height of the saved PDF document.

[Visual Basic] Public Property DocumentHeight As int
[C#] public int DocumentHeight {get; set;}

Property Value

The height in mm of the saved PDF document

Explanation

The DocumentHeight property sets the height of the saved PDF document.

Please set this property before executing the AddPage method.

     imageKit1.File.Pdf.DocumentHeight = 200;
     imageKit1.File.Pdf.AddPage();

To specify a standard height and width for the PDF document, please see the DocumentSize property.

Also See

ImageKit.File.Pdf Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation