| 
DocPicture
Width Property
  | 
 Returns or sets picture width.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float Width { get; set; }
 
Public Property Width As Single
	Get
	Set
 
public:
virtual property float Width {
	float get () sealed;
	void set (float value) sealed;
}
 
abstract Width : float32 with get, set
override Width : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
Implements
 
IPicture
Width
 
 
 See Also
See Also