Class PdfMetaData
Inheritance
System.Object
PdfMetaData
Assembly: IronPdf.dll
public class PdfMetaData : Object
Properties
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string Creator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public PdfCustomMetadataProperties CustomProperties { get; }
Property Value
Declaration
public string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
Description |
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 |
|
Methods
Declaration
public Dictionary<string, string> GetMetaDataDictionary()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Declaration
public List<string> Keys()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public void RemoveMetaDataKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Declaration
public void SetMetaDataDictionary(Dictionary<string, string> newDictionary)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
newDictionary |
|