Class PdfProperties
Información
Representa las propiedades e información de metadatos del documento PDF.
public class PdfPropertiesInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PdfProperties()
public PdfProperties()Properties
Application
Obtiene o establece la aplicación PDF.
public string Application { get; set; }Property Value
Author
Obtiene o establece el autor del PDF.
public string Author { get; set; }Property Value
Created
Obtiene o establece la fecha de creación del PDF.
public DateTime? Created { get; set; }Property Value
FileName
Obtiene o establece el nombre del archivo PDF, si está disponible.
public string FileName { get; set; }Property Value
Keywords
Obtiene o establece las palabras clave del PDF.
public string Keywords { get; set; }Property Value
Modified
Obtiene o establece la fecha de modificación del PDF.
public DateTime? Modified { get; set; }Property Value
NumberOfPages
Obtiene o establece el número de páginas del PDF.
public int NumberOfPages { get; set; }Property Value
PdfProducer
Obtiene o establece el productor del PDF.
public string PdfProducer { get; set; }Property Value
Subject
Obtiene o establece el asunto del PDF.
public string Subject { get; set; }Property Value
Title
Obtiene o establece el título del PDF.
public string Title { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll