| 
DocPicture
HeightScale Property
  | 
Note: This API is now obsolete.
 
 Returns or sets picture height 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
Syntax
 
 
[ObsoleteAttribute("HeightScale is Obsolete. use the SetScale method.")]
public float HeightScale { get; set; }
 
<ObsoleteAttribute("HeightScale is Obsolete. use the SetScale method.")>
Public Property HeightScale As Single
	Get
	Set
 
public:
[ObsoleteAttribute(L"HeightScale is Obsolete. use the SetScale method.")]
virtual property float HeightScale {
	float get () sealed;
	void set (float value) sealed;
}
 
[<ObsoleteAttribute("HeightScale is Obsolete. use the SetScale method.")>]
abstract HeightScale : float32 with get, set
[<ObsoleteAttribute("HeightScale is Obsolete. use the SetScale method.")>]
override HeightScale : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
Implements
 
IPicture
HeightScale
 
 
 See Also
See Also