Class PdfDocumentInfo
Entries in the document information dictionary.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Pdf
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PdfDocumentInfo : Object
Constructors
PdfDocumentInfo()
Properties
Author
Gets or sets the author.
Declaration
public string Author { get; set; }
Property Value
System.String
The author. |
Creator
Gets or sets the creator.
Declaration
public string Creator { get; set; }
Property Value
System.String
The creator. |
IncludeCreationDate
Gets or sets a value indicating whether to include creation date in the document information dictionary.
Declaration
public bool IncludeCreationDate { get; set; }
Property Value
System.Boolean
|
Keywords
Gets or sets the keywords.
Declaration
public string Keywords { get; set; }
Property Value
System.String
The keywords. |
Producer
Gets or sets the producer.
Declaration
public string Producer { get; set; }
Property Value
System.String
The producer. |
Subject
Gets or sets the subject.
Declaration
public string Subject { get; set; }
Property Value
System.String
The subject. |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
System.String
The title. |