Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextAttrs Interface
Properties

In This Topic
    ITextAttrs Interface Members
    In This Topic

    The following tables list the members exposed by ITextAttrs.

    Public Properties
     NameDescription
     PropertyGets the GrapeCity.Documents.Pdf.Text.Font object.  
     PropertyGets the font size.  
     PropertyGets the non-stroke (fill) color used if RenderingMode is GrapeCity.Documents.Pdf.TextRenderingMode.Fill, GrapeCity.Documents.Pdf.TextRenderingMode.FillClip GrapeCity.Documents.Pdf.TextRenderingMode.FillStroke or GrapeCity.Documents.Pdf.TextRenderingMode.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).

     
     PropertyGets the PDF text rendering mode.  
     PropertyGets the stroke color used if RenderingMode is GrapeCity.Documents.Pdf.TextRenderingMode.FillStroke, GrapeCity.Documents.Pdf.TextRenderingMode.FillStrokeClip GrapeCity.Documents.Pdf.TextRenderingMode.Stroke or GrapeCity.Documents.Pdf.TextRenderingMode.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).

     
    Top
    See Also