PDF .NET Library Documentation - PDF Technologies, Inc.
This procedure sets the horizontal scaling factor in a percentage.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetHorizontalScaling(
	double Scale
)
Visual Basic (Declaration)
Public Sub SetHorizontalScaling ( _
	Scale As Double _
)
Visual C++
public:
void SetHorizontalScaling(
	double Scale
)

Parameters

Scale
Type: System..::.Double
scale value

Remarks

This essentially expands or compresses the horizontal dimension of the string. The default value for this parameter is 100 (%).

See Also