PdfPrintSettingsLandscape Property |
Version 130.1.90
Set to true for landscape mode or false for portrait mode.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool Landscape { get; set; }
public:
property bool Landscape {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also