Class PdfProperties

Info

Represents Properties and meta information of PDF document.

public class PdfProperties

Inheritance

objectPdfProperties

Inherited Members

Constructors

PdfProperties()

public PdfProperties()

Properties

Application

Gets or sets PDF Application.

public string Application { get; set; }

Property Value

string

Author

Gets or sets PDF Author.

public string Author { get; set; }

Property Value

string

Created

Gets or sets PDF Created Date.

public DateTime? Created { get; set; }

Property Value

DateTime?

FileName

Gets or sets PDF File Name, if available.

public string FileName { get; set; }

Property Value

string

Keywords

Gets or sets PDF Keywords.

public string Keywords { get; set; }

Property Value

string

Modified

Gets or sets PDF Modified Date.

public DateTime? Modified { get; set; }

Property Value

DateTime?

NumberOfPages

Gets or sets PDF Number of Pages.

public int NumberOfPages { get; set; }

Property Value

int

PdfProducer

Gets or sets PDF Producer.

public string PdfProducer { get; set; }

Property Value

string

Subject

Gets or sets PDF Subject.

public string Subject { get; set; }

Property Value

string

Title

Gets or sets PDF Title.

public string Title { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 English