DocumentInfo
Class
Container for document metadata (core properties) such as title, author, and subject used during export.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class DocumentInfo
Inheritance: objectDocumentInfo
Constructors
Initializes a metadata container for describing a document during creation, viewing, or export.
C#
public DocumentInfo()
Properties
Gets or sets the primary author shown in document properties.
C#
public string Author { get; set; }
The author.
Gets or sets a short description or abstract shown in the document’s metadata.
C#
public string Description { get; set; }
The description.
Gets or sets keywords for search and categorization in document properties.
C#
public string Keywords { get; set; }
The keywords.
Gets or sets the subject or subtitle stored in the document’s metadata.
C#
public string Subject { get; set; }
The subject.