Class PdfProperties

Informação

Representa Propriedades e informações de metadados do documento PDF.

public class PdfProperties

Inheritance

objectPdfProperties

Inherited Members

Constructors

PdfProperties()

public PdfProperties()

Properties

Author

Obtém ou define o Autor do PDF.

public string Author { get; set; }

Property Value

string

Keywords

Obtém ou define as Palavras‑chave do PDF.

public string Keywords { get; set; }

Property Value

string

NumberOfPages

Obtém ou define o Número de Páginas do PDF.

public int NumberOfPages { get; set; }

Property Value

int

Subject

Obtém ou define o Assunto do PDF.

public string Subject { get; set; }

Property Value

string

Title

Obtém ou define o Título do PDF.

public string Title { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 Português