PointsArrayRemovePoint Method ByteScout PDF SDK
Removes the element at the specified index of the collection.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void RemovePoint(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.
See Also

Reference