[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextAttrs.NonstrokeColor

NonstrokeColor Property

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

Declaration
Color? NonstrokeColor { get; }
ReadOnly Property NonstrokeColor As Color?