C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DocumentInfo Class
Properties Methods


DocumentInfo Class Members

The following tables list the members exposed by DocumentInfo.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DocumentInfo class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the author of a document.  
Public PropertyGets or sets the comment.  
Public PropertyGets or sets the company of a document's author.  
Public PropertyGets or sets the date and time when a document was created.  
Public PropertyGets or sets the application that created the original document.  
Public PropertyGets or sets the keywords for a document.  
Public PropertyGets or sets the manager of the author.  
Public PropertyGets or sets the person who last made changes to a document.  
Public PropertyGets or sets the application that created a document.  
Public PropertyGets or sets the date and time when a document was last modified.  
Public PropertyGets or sets the subject of a document.  
Public PropertyGets or sets the title of a document.  
Public PropertyGets the Dictionary of custom user defined string keys and strings associated with a document.  
Top
Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another DocumentInfo to the current object.  
Public MethodCreates a copy of the current DocumentInfo object.  
Public MethodReturns the Keywords collection of the current object as a single space-delimited string.  
Public MethodAssigns 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.)  
Top
Protected Methods
 NameDescription
Protected MethodIndicates whether the Author property should be serialized.  
Protected MethodIndicates whether the Comment property should be serialized.  
Protected MethodIndicates whether the Company property should be serialized.  
Protected MethodIndicates whether the CreationTime property should be serialized.  
Protected MethodIndicates whether the Creator property should be serialized.  
Protected MethodIndicates whether the Keywords property should be serialized.  
Protected MethodIndicates whether the Manager property should be serialized.  
Protected MethodIndicates whether the Operator property should be serialized.  
Protected MethodIndicates whether the Producer property should be serialized.  
Protected MethodIndicates whether the RevisionTime property should be serialized.  
Protected MethodIndicates whether the Subject property should be serialized.  
Protected MethodIndicates whether the Title property should be serialized.  
Top
See Also