Click or drag to resize

PathDataset_ops Method

Overwrite the existing operators.
Overwrite the existing operators.

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

Parameters

val
Type: SystemByte
an Array of PathSegmentType identifiers used to identify path data points that are set using SetPoints(). an Array of PathSegmentType identifiers used to identify path data points that are set using SetPoints().
See Also