PdfArcElementClosure Property

How the arc is closed and whether it can be filled. The default value is Open which produces a stroked curve without fill

Definition

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

Property Value

PdfArcClosureType

See Also