Skip to main content
All docs
V26.1
  • RedactionAnnotation.TextJustification Property

    Gets or sets the overlay text alignment.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public TextJustification TextJustification { get; set; }

    Property Value

    Type Description
    TextJustification

    A text justification type.

    Available values:

    Name Description
    LeftJustified

    Aligns text to the left.

    Centered

    Aligns text to the center.

    RightJustified

    Aligns text to the right.

    See Also