Class PdfProperties

Información

Representa las propiedades e información meta del documento PDF.

public class PdfProperties

Inheritance

objectPdfProperties

Inherited Members

Constructors

PdfProperties()

public PdfProperties()

Properties

Author

Obtiene o establece el autor del PDF.

public string Author { get; set; }

Property Value

string

Keywords

Obtiene o establece las palabras clave del PDF.

public string Keywords { get; set; }

Property Value

string

NumberOfPages

Obtiene o establece el número de páginas del PDF.

public int NumberOfPages { get; set; }

Property Value

int

Subject

Obtiene o establece el asunto del PDF.

public string Subject { get; set; }

Property Value

string

Title

Obtiene o establece el título del PDF.

public string Title { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 Español