Click or drag to resize

ElementSetPathData Method

Set the PathData of this element. The PathData contains the Array of points stored by the element and the Array of path segment types.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPathData(
	PathData data
)

Parameters

data
Type: pdftron.PDFPathData
The new path data.
See Also