Class PdfProperties

Información

Representa las propiedades e información de metadatos del documento PDF.

public class PdfProperties

Inheritance

objectPdfProperties

Inherited Members

Constructors

PdfProperties()

public PdfProperties()

Properties

Application

Obtiene o establece la aplicación PDF.

public string Application { get; set; }

Property Value

string

Author

Obtiene o establece el autor del PDF.

public string Author { get; set; }

Property Value

string

Created

Obtiene o establece la fecha de creación del PDF.

public DateTime? Created { get; set; }

Property Value

DateTime?

FileName

Obtiene o establece el nombre del archivo PDF, si está disponible.

public string FileName { get; set; }

Property Value

string

Keywords

Obtiene o establece las palabras clave del PDF.

public string Keywords { get; set; }

Property Value

string

Modified

Obtiene o establece la fecha de modificación del PDF.

public DateTime? Modified { get; set; }

Property Value

DateTime?

NumberOfPages

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

public int NumberOfPages { get; set; }

Property Value

int

PdfProducer

Obtiene o establece el productor del PDF.

public string PdfProducer { get; set; }

Property Value

string

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