ClassDocumentInfo
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:
cs-api-definition
public class DocumentInfo
Inheritance: objectDocumentInfo
Constructors
DocumentInfo()
Initializes a metadata container for describing a document during creation, viewing, or export.
Declaration
cs-api-definition
public DocumentInfo()
Properties
Author
Gets or sets the primary author shown in document properties.
Description
Gets or sets a short description or abstract shown in the document’s metadata.
Declaration
cs-api-definition
public string Description { get; set; }
Property Value
The description.
Keywords
Gets or sets keywords for search and categorization in document properties.
Declaration
cs-api-definition
public string Keywords { get; set; }
Property Value
The keywords.
Subject
Gets or sets the subject or subtitle stored in the document’s metadata.
Declaration
cs-api-definition
public string Subject { get; set; }
Property Value
The subject.