Returns or setspicture width.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
float Width { get; set; }
Property Width As Single
Get
Set
property float Width {
float get ();
void set (float value);
}
abstract Width : float32 with get, set
Property Value
Type:
Single
Remarks
The value is measured in points.
See Also