Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 777 Bytes

File metadata and controls

11 lines (7 loc) · 777 Bytes

Using horizontal scaling for PDF text in C# and VB.NET

This sample shows how to increase or decrease the size of a text line using horizontal scaling.

Description

With the PdfCanvas.TextHorizontalScaling property, you can specify the horizontal scaling to use when drawing text. The horizontal scaling adjusts the width of glyphs by stretching or compressing them in the horizontal direction. The value of TextHorizontalScaling property is a percentage of the normal width of the glyphs, with 100 being the normal width.

See also