Skip to main content
All docs
V25.1
  • PdfRedactAnnotationFacade.TextJustification Property

    Gets or sets the overlay text alignment.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfTextJustification TextJustification { get; set; }

    Property Value

    Type Description
    PdfTextJustification

    An enumeration value that indicates the justification type.

    Available values:

    Name Description
    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