Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.UseKerning Property

Gets or sets a value which indicates whether kerning is used when drawing characters.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public bool UseKerning { get; set; }

Property Value

Type Description
Boolean

true if kerning is used when drawing characters; otherwise, false.

See Also