RadFixedDocumentInfo
Metadata container for document descriptive information (author, title, dates, keywords) embedded in the PDF info dictionary.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class RadFixedDocumentInfo
Inheritance: objectRadFixedDocumentInfo
Properties
Gets or sets the author of the document.
public string Author { get; set; }
The name of the document's author.
Gets or sets the document creation timestamp (CreationDate).
public DateTime? CreationDate { get; set; }
The creation date.
Gets or sets the name of the creator of the document. If the document was converted to PDF from another format, the name of the application that created the original document from which it was converted.
public string Creator { get; set; }
The name of the creator.
Gets or sets a short textual summary of the document’s purpose or contents.
public string Description { get; set; }
A brief description of the document's content or purpose.
Gets or sets comma or space separated search keywords aiding classification.
public string Keywords { get; set; }
The keywords.
Gets or sets the date and time when the object was last modified.
public DateTime? ModificationDate { get; set; }
The modification date.
Gets or sets the name of the producer associated with the item. If the document was converted to PDF from another format, the name of the application that converted it to PDF.
public string Producer { get; set; }