public int Count {get;}
// get all documents from page DocumentCollection docCol = tab.AllDocuments; // get count int count = docCol.Count;
// get all documents from page $docCol = $tab->AllDocuments; // get count $count = $docCol->Count;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
DocumentCollection Class DocumentCollection Members GetByNumber Method IndexOf Method Insert Method InsertRange Method Remove Method