New to Telerik Document ProcessingStart a free 30-day trial

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; }
Property Value:

The author.

Gets or sets a short description or abstract shown in the document’s metadata.

C#
public string Description { get; set; }
Property Value:

The description.

Gets or sets keywords for search and categorization in document properties.

C#
public string Keywords { get; set; }
Property Value:

The keywords.

Gets or sets the subject or subtitle stored in the document’s metadata.

C#
public string Subject { get; set; }
Property Value:

The subject.

Gets or sets the document title written to the package metadata and visible in viewers.

C#
public string Title { get; set; }
Property Value:

The title.