PdfPathElementLineColor Property

The line color of the path. When null the path is only filled (provided FillColor is non-null)

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfColor LineColor { get; set; }

Property Value

PdfColor

See Also