DocPicture
WidthScale Property
|
Note: This API is now obsolete.
Returns or sets picture width scale factor in percent.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("WidthScale is Obsolete. use the SetScale method.")]
public float WidthScale { get; set; }
<ObsoleteAttribute("WidthScale is Obsolete. use the SetScale method.")>
Public Property WidthScale As Single
Get
Set
public:
[ObsoleteAttribute(L"WidthScale is Obsolete. use the SetScale method.")]
virtual property float WidthScale {
float get () sealed;
void set (float value) sealed;
}
[<ObsoleteAttribute("WidthScale is Obsolete. use the SetScale method.")>]
abstract WidthScale : float32 with get, set
[<ObsoleteAttribute("WidthScale is Obsolete. use the SetScale method.")>]
override WidthScale : float32 with get, set
Property Value
Type:
Single
Implements
IPicture
WidthScale
See Also