Class PdfInformation
Inheritance
System.Object
PdfInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronPdf.Pdfium
Assembly: IronPdf.dll
Syntax
public class PdfInformation
Constructors
PdfInformation()
Declaration
public PdfInformation()
Properties
Author
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreationDate
Declaration
public DateTime? CreationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Creator
Declaration
public string Creator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Keywords
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModificationDate
Declaration
public DateTime? ModificationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Producer
Declaration
public string Producer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Inherited members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)