Back to Devexpress

PdfFreeTextAnnotationFacade.TextJustification Property

officefileapi-devexpress-dot-pdf-dot-pdffreetextannotationfacade-9ccbe30e.md

latest1.5 KB
Original Source

PdfFreeTextAnnotationFacade.TextJustification Property

Gets or sets how the text is aligned in the free text annotation.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfTextJustification TextJustification { get; set; }
vb
Public Property TextJustification As PdfTextJustification

Property Value

TypeDescription
PdfTextJustification

Indicates the text justification type.

|

Available values:

NameDescription
LeftJustified

The left justified form of justification is used in displaying the text.

| | Centered |

The centered form of justification is used in displaying the text.

| | RightJustified |

The right justified form of justification is used in displaying the text.

|

See Also

PdfFreeTextAnnotationFacade Class

PdfFreeTextAnnotationFacade Members

DevExpress.Pdf Namespace