Back to Devexpress

PdfSignatureAppearance.RightToLeftTextDirection Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-0e4bd1e9.md

latest1.2 KB
Original Source

PdfSignatureAppearance.RightToLeftTextDirection Property

Gets or sets whether the text direction is right-to-left.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[DefaultValue(false)]
public bool RightToLeftTextDirection { get; set; }
vb
<DefaultValue(False)>
Public Property RightToLeftTextDirection As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable right-to-left text direction; otherwise, the text direction is left-to-right.

|

See Also

PdfSignatureAppearance Class

PdfSignatureAppearance Members

DevExpress.Pdf Namespace