Class CustomMetadata
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
CusotmMetadata used for add CustomMetadata to PDFDictionary
public class CustomMetadata : IEnumerable
- Inheritance
-
CustomMetadata
- Implements
- Inherited Members
Constructors
CustomMetadata()
public CustomMetadata()
Properties
Count
Gets the current count CustomMetadataDictionary
public int Count { get; }
Property Value
this[string]
Add Cusotm MetaData to CustomMetadataDictionary
public string this[string key] { get; set; }
Parameters
key
string
Property Value
Methods
Add(string, string)
Add the CustomMetadataDictionary
public void Add(string key, string value)
Parameters
ContainsKey(string)
Gets the the key value at present or not
public bool ContainsKey(string key)
Parameters
key
string
Returns
GetEnumerator()
Get Enumerator of the CustomMetadataDictionary
public IEnumerator GetEnumerator()
Returns
Remove(string)
Remove the custom field from CustomMetadataDictionary,Dictionary,CustomSchema
public void Remove(string key)
Parameters
key
string