PageSettings
PaperHeight Property
|
Paper height in inches. Defaults to 11 inches.
Namespace:
Spire.Additions.Chrome
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public double PaperHeight { get; set; }
Public Property PaperHeight As Double
Get
Set
public:
property double PaperHeight {
double get ();
void set (double value);
}
member PaperHeight : float with get, set
Property Value
Type:
Double
See Also