| AbsoluteFilename | Returns the fully qualified file name of the document. Read-Only. |
| Annotations | Returns an enumeration of the annotations associated with this document. |
| AssociatedImage | Returns any image associated with this document |
| Category | Returns the category name stored for this document. Read-Only. |
| Changed | Indicates if the document has changed since it was indexed. Read-Only. |
| DateIndexed | Returns the date that the document was last indexed. Read-Only. |
| DateInDocument | Returns the first date that appears in the document. Intelligent date recognition required. Read-Only. |
| Display | Returns the Display object that is used to render the document. |
| DocumentAttributes | Bitmask set of attributes about the document |
| DocumentNumber | Returns the internal ISYS document number. Read-Only. |
| Entities | Returns a list of entities present in this document. |
| FileExtension | Returns the file extension of the document, taking into account nested files (zip and attachments). Read-Only. |
| Filename | Returns the file name of the document as it appears in the index. Read-Only. |
| Filesize | Returns the size of the file as it is on disk. Read-Only. |
| Format | Returns the format of the document as a textual description. Read-Only. |
| FormatType | Returns the format of the document as a numeric code. Read-Only. |
| FoundIn | Returns the index that this document was found in, taking into account chained indexes. |
| Group | Returns the group that the document belongs to. |
| GroupName | Returns the group name for the document based on the current sort order. Read-Only. |
| HighlightInformation | Returns hit-highlighting information for use with PDF documents. This allows you to enable hit highlighting when viewing PDF documents in Adobe Acrobat Reader. Read-Only. |
| HitCount | Returns the number of found hits in the document. Each individual word is counted as a hit. Read-Only. |
| Index | Returns the index of the document in the result list. |
| IsAuthorized | Indicates if the currently logged on NT user has permissions to view this document. Read-Only. |
| IsBestBet | Returns true if the document is a best bet. |
| IsDuplicate | Returns true if the document is a duplicate result. |
| IsOpenable | Returns true if the document is openable, meaning the document's text is accessible. |
| LineCount | Returns the number of lines within the document. Read-Only. |
| Metadata | Returns the metadata stored for this document. Read-Only. |
| Path | Returns the full file path of the document. Read-Only. |
| PhrasedHits | Returns the number of found hits in the document, with consecutive runs of hits counting as one. Read-Only. |
| RealFormat | Returns a the format name of the underlying document when using ISYS:rich-html. Read-Only. |
| RealFormatType | Returns an long that represents the underlying format of a document when using ISYS:rich-html. Read-Only. |
| Related | Returns a list of related documents. Related documents include emails and attachments; SQL records and Blobs; and files contained within zips. |
| Relevance | Returns the calculated relevance of this document compared to the other documents in the same result set. Ranges from 0 to 100, where 100 is most relevant. Read-Only. |
| RichImages | Gives you access to the embedded images of a document, used when processing RichHTML documents. |
| SearchTerms | Returns the search terms that appear in this document. |
| SourceTempFile | Returns the temp files that the ISYS engine creates when opening a document. Read-Only. |
| Timestamp | Returns the document time stamp, checksum or generation counter. For file-based documents, this will usually be the date/time stamp from disk. Read-Only. |
| Title | Returns the title of the document. Document titles are configurable, as described in the online ISYS utilities users manual. Read-Only. |
| WordCount | Returns the total number of words in the document. Read-Only. |