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
Application
Gets or sets PDF Application.
public string Application { get; set; }Property Value
Author
Gets or sets PDF Author.
public string Author { get; set; }Property Value
Created
Gets or sets PDF Created Date.
public DateTime? Created { get; set; }Property Value
FileName
Gets or sets PDF File Name, if available.
public string FileName { get; set; }Property Value
Keywords
Gets or sets PDF Keywords.
public string Keywords { get; set; }Property Value
Modified
Gets or sets PDF Modified Date.
public DateTime? Modified { get; set; }Property Value
NumberOfPages
Gets or sets PDF Number of Pages.
public int NumberOfPages { get; set; }Property Value
PdfProducer
Gets or sets PDF Producer.
public string PdfProducer { 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