Skip to main content
All docs
V26.1
  • TextRenderingMode Enum

    Lists values that indicate the text rendering mode.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum TextRenderingMode

    Members

    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.

    Related API Members

    The following properties accept/return TextRenderingMode values:

    See Also