Back to Devexpress

PdfGraphics.UseKerning Property

officefileapi-devexpress-dot-pdf-dot-pdfgraphics-fe1dd810.md

latest1005 B
Original Source

PdfGraphics.UseKerning Property

Gets or sets a value which indicates whether to use kerning when drawing characters.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Drawing.dll

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public bool UseKerning { get; set; }
vb
Public Property UseKerning As Boolean

Property Value

TypeDescription
Boolean

true to use kerning; otherwise, false.

|

See Also

PdfGraphics Class

PdfGraphics Members

DevExpress.Pdf Namespace