| 名前 | 解説 | |
|---|---|---|
![]()  | DocumentInfo コンストラクタ | Initializes a new instance of the DocumentInfo class. | 
DocumentInfoデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | DocumentInfo コンストラクタ | Initializes a new instance of the DocumentInfo class. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | 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. | 
![]()  | CreationTime | Gets or sets the date and time when a document was created. | 
![]()  | 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. | 
![]()  | RevisionTime | Gets or sets the date and time when a document was last modified. | 
![]()  | Subject | Gets or sets the subject of a document. | 
![]()  | Title | Gets or sets the title of a document. | 
![]()  | UserData | Gets the System.Collections.Generic.Dictionary`2 of custom user defined string keys and strings associated with a document. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | 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.) | 
| 名前 | 解説 | |
|---|---|---|
![]()  | ShouldSerializeAuthor | Indicates whether the DocumentInfo.Author property should be serialized. | 
![]()  | ShouldSerializeComment | Indicates whether the DocumentInfo.Comment property should be serialized. | 
![]()  | ShouldSerializeCompany | Indicates whether the DocumentInfo.Company property should be serialized. | 
![]()  | ShouldSerializeCreationTime | Indicates whether the DocumentInfo.CreationTime property should be serialized. | 
![]()  | ShouldSerializeCreator | Indicates whether the DocumentInfo.Creator property should be serialized. | 
![]()  | ShouldSerializeKeywords | Indicates whether the DocumentInfo.Keywords property should be serialized. | 
![]()  | ShouldSerializeManager | Indicates whether the DocumentInfo.Manager property should be serialized. | 
![]()  | ShouldSerializeOperator | Indicates whether the DocumentInfo.Operator property should be serialized. | 
![]()  | ShouldSerializeProducer | Indicates whether the DocumentInfo.Producer property should be serialized. | 
![]()  | ShouldSerializeRevisionTime | Indicates whether the DocumentInfo.RevisionTime property should be serialized. | 
![]()  | ShouldSerializeSubject | Indicates whether the DocumentInfo.Subject property should be serialized. | 
![]()  | ShouldSerializeTitle | Indicates whether the DocumentInfo.Title property should be serialized. |