Class
PdfDocumentInfo

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.

Declaration

cs-api-definition
public string Author { get; set; }

Property Value

string

The author.

Creator

Gets or sets the creator.

Declaration

cs-api-definition
public string Creator { get; set; }

Property Value

string

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

bool

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

string

The keywords.

Producer

Gets or sets the producer.

Declaration

cs-api-definition
public string Producer { get; set; }

Property Value

string

The producer.

Subject

Gets or sets the subject.

Declaration

cs-api-definition
public string Subject { get; set; }

Property Value

string

The subject.

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title.