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
)
Public Sub set_ops (
val As Byte()
)
public:
virtual void set_ops(
[InAttribute] array<unsigned char>^ val
) sealed
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