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
)
Public Sub set_pts (
val As Double()
)
public:
virtual void set_pts(
[InAttribute] array<double>^ val
) sealed
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