PdfStringFormat
HorizontalScalingFactor Property
|
Gets or sets the horizontal scaling factor.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float HorizontalScalingFactor { get; set; }
Public Property HorizontalScalingFactor As Single
Get
Set
public:
property float HorizontalScalingFactor {
float get ();
void set (float value);
}
member HorizontalScalingFactor : float32 with get, set
Property Value
Type:
Single
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.
See Also