| 
PageSetup
ClientWidth Property
  | 
 Gets width of client area.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float ClientWidth { get; }
 
Public ReadOnly Property ClientWidth As Single
	Get
 
public:
property float ClientWidth {
	float get ();
}
 
member ClientWidth : float32 with get
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also