KerningAdjust.Adjust Property

PDF File Writer

KerningAdjustAdjust Property

Gets or sets adjustment

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double Adjust { get; set; }

Property Value

Type: Double
Remarks
Adjustment units are in PDF design unit. To convert to user units: Adjust * FontSize / (1000.0 * ScaleFactor)
See Also