PdfCanvas.TextHorizontalScaling Property

Gets or sets the current horizontal scaling of text.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double TextHorizontalScaling { get; set; }
VB
Public Property TextHorizontalScaling As Double
	Get
	Set

Property Value

Type: Double
The horizontal scaling of text.

Remarks

The horizontal scaling parameter adjusts the width of glyphs by stretching or compressing them in the horizontal direction. Its value is specified as a percentage of the normal width of the glyphs, with 100 being the normal width.
Default value: 100.

See Also