Click or drag to resize

PathDataset_pts Method

Overwrite the existing data points.
Overwrite the existing data points.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void set_pts(
	double[] val
)

Parameters

val
Type: SystemDouble
an Array of points used to specify the data for the operators that are set using SetOperators(). an Array of points used to specify the data for the operators that are set using SetOperators().
See Also