This property sets the width of the saved PDF document
[Visual Basic] Public Property DocumentWidth As
int
[C#] public int DocumentWidth {get; set;}
Property Value
The width in mm of the saved PDF document
Explanation
The DocumentWidth property sets the width of the saved PDF document
Please set this property before executing the AddPage method.
imageKit1.File.Pdf.DocumentWidth =
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.Win.ImageKit