PdfPathElementClose Method

Appends a close operation that closes the current subpath with a straight line segment back to its starting point. Returns this instance so calls can be chained

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfPathElement Close()

Return Value

PdfPathElement
This PdfPathElement instance

See Also