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

PdfStringFormat.LineAlignment Property

Specifies the vertical alignment of the string.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfStringAlignment LineAlignment { get; set; }

Property Value

Type Description
PdfStringAlignment

A PdfStringAlignment enumeration that represents the vertical alignment of the string.

Remarks

Use the PdfStringFormat.Alignment property to specify the horizontal alignment of the string.

See Also