IPicture
WidthScale Property
|
Returns or setspicture width scale factor in percent.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
float WidthScale { get; set; }
Property WidthScale As Single
Get
Set
property float WidthScale {
float get ();
void set (float value);
}
abstract WidthScale : float32 with get, set
Property Value
Type:
Single
See Also