The DocumentInfo type exposes the following members.

Constructors

  Name Description
Public method DocumentInfo
Initializes a new instance of the DocumentInfo class.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another DocumentInfo to the current object.
Public method Clone
Creates a copy of the current DocumentInfo object.
Public method GetKeywordsAsText
Returns the Keywords collection of the current object as a single space-delimited string.
Public method SetKeywordsAsText
Assigns the Keywords collection on the current object from a single string containing the space-delimited list of keywords. (Note that the Keywords collection is cleared by this method prior to assignment.)

Properties

  Name Description
Public property Author
Gets or sets the author of a document.
Public property Comment
Gets or sets the comment.
Public property Company
Gets or sets the company of a document's author.
Public property CreationTime
Gets or sets the date and time when a document was created.
Public property Creator
Gets or sets the application that created the original document.
Public property Keywords
Gets or sets the keywords for a document.
Public property Manager
Gets or sets the manager of the author.
Public property Operator
Gets or sets the person who last made changes to a document.
Public property Producer
Gets or sets the application that created a document.
Public property RevisionTime
Gets or sets the date and time when a document was last modified.
Public property Subject
Gets or sets the subject of a document.
Public property Title
Gets or sets the title of a document.
Public property UserData
Gets the Dictionary<(Of <(<'TKey, TValue>)>)> of custom user defined string keys and strings associated with a document.

See Also