SetHorizontalTextScaling
Overview
SetHorizontalTextScaling is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextStateOperator.
Set horizontal text scaling operator (Tz).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
scale | double | Read | Returns the horizontal text scaling percentage. |
Methods
| Signature | Description |
|---|---|
SetHorizontalTextScaling(scale: double) | Creates a SetHorizontalTextScaling (Tz) operator with the specified scale. |
SetHorizontalTextScaling(operands: List<COSBase>) | Creates a SetHorizontalTextScaling (Tz) operator from parsed operands. |
getScale() → double | Returns the horizontal text scaling percentage. |