[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextAttrs

Interface ITextAttrs

Namespace
GrapeCity.Documents.Pdf.TextMap
Assembly
GcDocs.Pdf.dll

Defines text formatting attributes.

public interface ITextAttrs

Properties

Font

Gets the Font object.

Font Font { get; }

Property Value

Font

FontSize

Gets the font size.

float FontSize { get; }

Property Value

float

NonstrokeColor

Gets the non-stroke (fill) color used if RenderingMode is Fill, FillClip FillStroke or FillStrokeClip.

Note that this can return null if the stroke method cannot be converted to a single color (e.g. if the stroke is specified as a pattern).

Color? NonstrokeColor { get; }

Property Value

System.Drawing.Color?

RenderingMode

Gets the PDF text rendering mode.

TextRenderingMode RenderingMode { get; }

Property Value

TextRenderingMode

StrokeColor

Gets the stroke color used if RenderingMode is FillStroke, FillStrokeClip Stroke or StrokeClip.

Note that this can return null if the stroke method cannot be converted to a single color (e.g. if the stroke is specified as a pattern).

Color? StrokeColor { get; }

Property Value

System.Drawing.Color?