This property sets whether the saved PDF will have a landscape or protrait orientation.

[Visual Basic] Public Property Landscape As Boolean
[C#] public bool Landscape {get; set;}

Property Value

True: PDF will have a landscape orientation
False: PDF will have a protrait orientation
Default value is False

Explanation

The Landscape property sets whether the saved PDF will have a landscape or protrait orientation. When this property is True and a PDF is saved whose size is set in the DocumentSizeproperty, the PDF document will have a landscape orientation. If this property is False, the PDF will have a protrait orientation.

Note: After setting the DocumentSize property, if you set the DocumentHeight and DocumentWidth properties, those two settings will take precedence and the DocumentSize property and this Landscape property will be ignored.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation