Class DocumentInfo
Provides members for defining metadata information for an Open XML file.
Inheritance
System.Object
    DocumentInfo
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class DocumentInfo
  Constructors
DocumentInfo()
Declaration
public DocumentInfo()
  Properties
Author
Gets or sets the author.
Declaration
public string Author { get; set; }
  Property Value
| 
        System.String
         The author.  | 
    
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
  Property Value
| 
        System.String
         The description.  | 
    
Keywords
Gets or sets the keywords.
Declaration
public string Keywords { get; set; }
  Property Value
| 
        System.String
         The keywords.  | 
    
Subject
Gets or sets the subject.
Declaration
public string Subject { get; set; }
  Property Value
| 
        System.String
         The subject.  | 
    
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
  Property Value
| 
        System.String
         The title.  |