[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextAttrs

ITextAttrs Interface

Defines text formatting attributes.

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public interface ITextAttrs
Public Interface ITextAttrs

Properties

Name Description
Font

Gets the Font object.

FontSize

Gets the font size.

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).

RenderingMode

Gets the PDF text rendering mode.

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).