PdfTextData.HorizontalScaling Property

Gets the horizontal scaling of this text chunk.

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

Syntax

C#
public double HorizontalScaling { get; }
VB
Public ReadOnly Property HorizontalScaling As Double
	Get

Property Value

Type: Double
The text horizontal scaling specified as a percentage of the normal width of the glyphs, with 100 being the normal width.

Remarks

The horizontal scaling parameter adjusts the width of glyphs by stretching or compressing them in the horizontal direction.

See Also