 | PdfIndirectListCount Property |
Gets the number of elements contained in the list.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic uint Count { get; }Public ReadOnly Property Count As UInteger
Get
public:
property unsigned int Count {
unsigned int get ();
}member Count : uint32 with get
/** @property */
public UInt32 get_Count()
Property Value
UInt32
See Also