Skip to main content
All docs
V26.1
  • TextFragment.TextRenderingMode Property

    Gets or sets the text rendering mode.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public TextRenderingMode? TextRenderingMode { get; set; }

    Property Value

    Type Description
    Nullable<TextRenderingMode>

    An enumeration value that specifies the text rendering mode or null if not set.

    Available values:

    Name Description
    Fill

    Text is filled. The text is not stroked.

    Stroke

    Text is stroked.

    FillAndStroke

    Text is filled and stroked.

    Invisible

    Text is invisible.

    FillAndClip

    Text is filled and used as a clipping path.

    StrokeAndClip

    Text is stroked and used as a clipping path.

    FillStrokeAndClip

    Text is filled, stroked, and used as a clipping path.

    Clip

    Text is rendered as a clipping path. The text is not filled or stroked.

    See Also