Click or drag to resize

PdfPath AddPath Method (PdfPath)

Appends the path specified to this one.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddPath(
	PdfPath path
)

Parameters

path
Type: Spire.Pdf.Graphics PdfPath
The path, which should be appended.
See Also