Class DocumentInfo
Inheritance
System.Object
DocumentInfo
Assembly: IronPdf.dll
Syntax
public class DocumentInfo : Object
Properties
Author
Declaration
public string Author { get; }
Property Value
Type |
Description |
System.String |
|
CreationDate
Declaration
public Nullable<DateTimeOffset> CreationDate { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Creator
Declaration
public string Creator { get; }
Property Value
Type |
Description |
System.String |
|
Keywords
Declaration
public string Keywords { get; }
Property Value
Type |
Description |
System.String |
|
ModDate
Declaration
public Nullable<DateTimeOffset> ModDate { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Producer
Declaration
public string Producer { get; }
Property Value
Type |
Description |
System.String |
|
Subject
Declaration
public string Subject { get; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|