The PDF page orientation
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfPageOrientation Orientation { get; set; } |
| Visual Basic |
|---|
Public Property Orientation As PdfPageOrientation Get Set |
| Visual C++ |
|---|
public: property PdfPageOrientation Orientation { PdfPageOrientation get (); void set (PdfPageOrientation value); } |