public int GetObjectNumber() { if (this.bookmarks.Count == 0) return -1; _pom = new PdfOutlineMain(_pa); return _pom.objectNum; }