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

PdfStringFormat.Alignment Property

Gets or sets the horizontal alignment of the string.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfStringAlignment Alignment { get; set; }

Property Value

Type Description
PdfStringAlignment

A PdfStringAlignment enumeration that specifies the horizontal alignment of the string.

Remarks

Use the PdfStringFormat.LineAlignment property to specify the vertical alignment of the string.

See Also