Property HorizontalScaling
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
HorizontalScaling
Gets the horizontal scaling of this text chunk.
public double HorizontalScaling { get; }
Property Value
- 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.
Read the Extract detailed text information for an example of using text data.