PdfPrintSettingsLandscape Property  | 
Version 106.0.290 
            Set to true for landscape mode or false for portrait mode.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic bool Landscape { get; set; }public:
property bool Landscape {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also