Class PdfInformation
Inheritance
System.Object
PdfInformation
Assembly: IronPdf.dll
public class PdfInformation : Object
Constructors
Declaration
Properties
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<DateTime> CreationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string Creator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Nullable<DateTime> ModificationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string Producer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|