See Also Examples Applies To
Changes the horizontal scaling used to draw text.
Syntax
object.PdfSetTextHorizontalScaling (nTextHScaling)
The PdfSetTextHorizontalScaling syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nTextHScaling | Required. Single. Text scaling in point. 1 point = 1/72 inch. |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions