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

In This Topic
    StrokeColor Property
    In This Topic
    Gets 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).

    Syntax
    'Declaration
     
    ReadOnly Property StrokeColor As System.Nullable(Of Color)
    System.Nullable<Color> StrokeColor {get;}
    See Also