CharacterDataDeleteData Method
Remove a range of 16-bit units from the node.

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public virtual void DeleteData(
	int offset,
	int count
)

Parameters

offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.
See Also