|  | IEdocMetadata Interface | 
Namespace: EdaIntegrationContract.Document
 Syntax
Syntaxpublic interface IEdocMetadata
The IEdocMetadata type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Application | 
                The application used to create the document.
             | 
|  | Author | 
                The author field value extracted from the metadata of the native file during analysis,
                e.g. John Smith.
             | 
|  | Categories | 
                The category field value extracted from metadata of the native file.
             | 
|  | Comments | 
                The comments field value extracted from the metadata of the native file.
             | 
|  | Created | 
                The file creation date and time extracted from the metadata of the native file during analysis.
             | 
|  | HasComments | 
                Indicates whether comments exist in the Microsoft Word, Microsoft PowerPoint,
                or Microsoft Excel native file, or whether sticky notes exist in the Adobe
                Acrobat PDF native file.
             | 
|  | HasHiddenRowsCols | 
                Indicates whether the native Microsoft Excel file contains hidden row(s) or column(s).
             | 
|  | HasHiddenSheets | 
                Indicates whether the native Microsoft Excel file contains hidden sheet(s).
             | 
|  | HasHiddenSlides | 
                Indicates whether the native Microsoft PowerPoint file contains hidden slide(s).
             | 
|  | HasSpeakerNotes | 
                Indicates whether the native Microsoft PowerPoint file contains speaker note(s).
             | 
|  | HasTrackedChanges | 
                Indicates whether the Microsoft Word or Microsoft Excel file contains tracked change(s).
             | 
|  | Keywords | 
                The keywords extracted from the metadata of the native file.
             | 
|  | LastAuthor | 
                The user who last saved or revised the document,
                e.g. John Smith.
             | 
|  | LastModified | 
                The last modified date and time extracted from the metadata of the native file during analysis.
             | 
|  | LastPrinted | 
                The date and time the document was last printed.
             | 
|  | Organization | 
                Organization or Company value retrieved from the metadata properties of the document.
             | 
|  | Revision | 
                The revision number of the document found in the file system properties.
             | 
|  | Subject | 
                The subject field value extracted from metadata of native file.
             | 
|  | Template | 
                The template field value extracted from the metadata of the native file during analysis,
                e.g. Normal.dotm.
             | 
|  | Title | 
                The title field value extracted from the metadata of the native file.
             | 
 See Also
See Also