[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.TextRenderingAttrs

TextRenderingAttrs Class

Represents a set of attributes used to control how text is rendered. Includes stroke and fill colors, their opacities, and the rendering mode.

Inheritance
TextRenderingAttrs
Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public class TextRenderingAttrs
Public Class TextRenderingAttrs

Constructors

Name Description
TextRenderingAttrs()

Properties

Name Description
FillAlpha

Gets or sets the opacity for non-stroke text (fill).

FillColor

Gets or sets the non-stroke (fill) color of the text.

RenderingMode

Gets or sets the text rendering mode (e.g., fill, stroke, fill then stroke, etc.).

StrokeAlpha

Gets or sets the stroke color opacity. If specified, overrides the opacity of the StrokePen's Color.

StrokePen

Gets or sets the Pen used to outline the text.

Methods

Name Description
IsEmpty()

Checks whether the object is empty, i.e. all properties are null.