| C# | |
|---|---|
public int Count {get;} | |
Property Value
Type: System.Int32The number of elements actually contained in the DocumentCollection.
Count is the number of elements that are actually in the DocumentCollection.
The following code example shows the value of the Count property.
| C# | Copy Code |
|---|---|
DocumentCollection docCol = tab.AllDocuments;
int count = docCol.Count; | |
| PHP | Copy Code |
|---|---|
$docCol = $tab->AllDocuments; $count = $docCol->Count; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family