| SVGListBaseTNumberOfItems Property |
The number of items in the list.
Namespace: Aspose.Svg.CollectionsAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic ulong NumberOfItems { get; }Public ReadOnly Property NumberOfItems As ULong
Get
public:
property unsigned long long NumberOfItems {
unsigned long long get ();
}member NumberOfItems : uint64 with get
Property Value
Type:
UInt64
The number of items.
See Also