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