PdfPrintSettingsPaperHeight Property  | 
Version 108.4.130 
            Output paper size in inches. If either of these values is less than or
            equal to zero then the default paper size (letter, 8.5 x 11 inches) will
            be used.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic double PaperHeight { get; set; }public:
property double PaperHeight {
	double get ();
	void set (double value);
}Property Value
Type: 
Double
See Also