Click or drag to resize

PdfTextAppearanceHorizontalScaling Property

Gets or sets the horizontal scaling of characters as they are placed on the page as a percentage. 100 is normal. Less than 100 is narrower, greater is wider.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double HorizontalScaling { get; set; }

Property Value

Type: Double
The horizontal scaling.
See Also