| CharacterDataDeleteData Method |
Remove a range of 16-bit units from the node.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic virtual void DeleteData(
int offset,
int count
)
Public Overridable Sub DeleteData (
offset As Integer,
count As Integer
)
public:
virtual void DeleteData(
int offset,
int count
)
abstract DeleteData :
offset : int *
count : int -> unit
override DeleteData :
offset : int *
count : int -> unit Parameters
- offset
- Type: SystemInt32
The offset. - count
- Type: SystemInt32
The count.
See Also