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

PdfDirection Enum

Lists values that specify the content direction in the PDF document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfDirection.LeftToRight)]
public enum PdfDirection

Members

Name Description
LeftToRight

Left-to-right direction.

RightToLeft

Right-to-left direction.

See Also