Class PdfProperties
Información
Representa las propiedades e información meta 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
Author
Obtiene o establece el autor del PDF.
public string Author { get; set; }Property Value
Keywords
Obtiene o establece las palabras clave del PDF.
public string Keywords { get; set; }Property Value
NumberOfPages
Obtiene o establece el número de páginas del PDF.
public int NumberOfPages { 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