Gets or sets a value specifies that the percentage by which the contents of a run shall be expanded or compressed with respect to its normal(100%) character width,with a minimun width of 1% and maximum width of 600%.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public short TextScale { get; set; }
Public Property TextScale As Short
	Get
	Set
public:
property short TextScale {
	short get ();
	void set (short value);
}
member TextScale : int16 with get, set

Property Value

Int16

See Also