Skip to main content

PdfStringFormat.LineAlignment Property

Specifies the vertical alignment of the string.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.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.

Available values:

Name Description
Near

The text is aligned near the layout.

Center

The text is aligned in the center of the layout rectangle.

Far

The text is aligned far from the original position of the layout rectangle.

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LineAlignment property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also