TextObjectSetHorizontalScaling Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the horizontal scaling.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetHorizontalScaling(
	double scale
)

Parameters

scale
Type: SystemDouble
The scale.
Remarks

Examples

C#
TextObject text = new TextObject("Helvetica", 11);
text.SetTextRenderingMode(RenderingMode.FillAndStrokeText);
text.SetHorizontalScaling(200); //twice the length
See Also

Reference