ClassPdfDocumentInfo
Class
Entries in the document information dictionary.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Pdf
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PdfDocumentInfo
Inheritance: objectPdfDocumentInfo
Constructors
PdfDocumentInfo()
Initializes a new instance of the PdfDocumentInfo class.
Declaration
cs-api-definition
public PdfDocumentInfo()
Properties
Author
Gets or sets the author.
Creator
Gets or sets the creator.
Declaration
cs-api-definition
public string Creator { get; set; }
Property Value
The creator.
IncludeCreationDate
Gets or sets a value indicating whether to include creation date in the document information dictionary.
Declaration
cs-api-definition
public bool IncludeCreationDate { get; set; }
Property Value
true if the creation date should be included; otherwise, false.
Keywords
Gets or sets the keywords.
Declaration
cs-api-definition
public string Keywords { get; set; }
Property Value
The keywords.
Producer
Gets or sets the producer.
Declaration
cs-api-definition
public string Producer { get; set; }
Property Value
The producer.
Subject
Gets or sets the subject.
Declaration
cs-api-definition
public string Subject { get; set; }
Property Value
The subject.