| 
IPicture
HeightScale Property
  | 
 Returns or setspicture height 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
Syntax
 
 
float HeightScale { get; set; }
 
Property HeightScale As Single
	Get
	Set
 
property float HeightScale {
	float get ();
	void set (float value);
}
 
abstract HeightScale : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also