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

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

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