Class PdfProperties
Info
Represents Properties and meta information of PDF document.
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
Gets or sets PDF Author.
public string Author { get; set; }Property Value
Keywords
Gets or sets PDF Keywords.
public string Keywords { get; set; }Property Value
NumberOfPages
Gets or sets PDF Number of Pages.
public int NumberOfPages { get; set; }Property Value
Subject
Gets or sets PDF Subject.
public string Subject { get; set; }Property Value
Title
Gets or sets PDF Title.
public string Title { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll