| CharacterDataLength Property |
The number of 16-bit units that are available through data and the substringData method below. This may have the value zero, i.e., CharacterData nodes may be empty.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic int Length { get; }Public ReadOnly Property Length As Integer
Get
public:
property int Length {
int get ();
}member Length : int with get
Property Value
Type:
Int32
See Also