C1.C1Preview Namespace : DocumentInfo Class |
The following tables list the members exposed by DocumentInfo.
Name | Description | |
---|---|---|
DocumentInfo Constructor | Initializes a new instance of the DocumentInfo class. |
Name | Description | |
---|---|---|
Author | Gets or sets the author of a document. | |
Comment | Gets or sets the comment. | |
Company | Gets or sets the company of a document's author. | |
Creator | Gets or sets the application that created the original document. | |
Keywords | Gets or sets the keywords for a document. | |
Manager | Gets or sets the manager of the author. | |
Operator | Gets or sets the person who last made changes to a document. | |
Producer | Gets or sets the application that created a document. | |
Subject | Gets or sets the subject of a document. | |
Title | Gets or sets the title of a document. |
Name | Description | |
---|---|---|
AssignFrom | Assigns (copies) properties from another DocumentInfo to the current object. | |
Clone | Creates a copy of the current DocumentInfo object. | |
GetKeywordsAsText | Returns the DocumentInfo.Keywords collection of the current object as a single space-delimited string. | |
SetKeywordsAsText | Assigns the DocumentInfo.Keywords collection on the current object from a single string containing the space-delimited list of keywords. (Note that the DocumentInfo.Keywords collection is cleared by this method prior to assignment.) |