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