Class PdfCustomMetadataProperties
Inheritance
System.Object
PdfCustomMetadataProperties
Assembly: IronPdf.dll
public class PdfCustomMetadataProperties : Object
Properties
Declaration
public string this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public void Add(string name, string value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
Declaration
public bool Remove(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|