The DocumentInfo type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another DocumentInfo to the current 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.)
Protected method ShouldSerialize
Indicates whether the current DocumentInfo object should be serialized.
Protected method ShouldSerializeAuthor
Indicates whether the Author property should be serialized.
Protected method ShouldSerializeComment
Indicates whether the Comment property should be serialized.
Protected method ShouldSerializeCompany
Indicates whether the Company property should be serialized.
Protected method ShouldSerializeCreationTime
Indicates whether the CreationTime property should be serialized.
Protected method ShouldSerializeCreator
Indicates whether the Creator property should be serialized.
Protected method ShouldSerializeKeywords
Indicates whether the Keywords property should be serialized.
Protected method ShouldSerializeManager
Indicates whether the Manager property should be serialized.
Protected method ShouldSerializeOperator
Indicates whether the Operator property should be serialized.
Protected method ShouldSerializeProducer
Indicates whether the Producer property should be serialized.
Protected method ShouldSerializeRevisionTime
Indicates whether the RevisionTime property should be serialized.
Protected method ShouldSerializeSubject
Indicates whether the Subject property should be serialized.
Protected method ShouldSerializeTitle
Indicates whether the Title property should be serialized.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICloneable..::..Clone

See Also