PdfPathElementFillColor Property

The fill color of the path. When null the path is not filled. When non-null the path is filled using the non-zero winding rule before any line stroke is applied

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfColor FillColor { get; set; }

Property Value

PdfColor

See Also