Table of Contents

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

int

this[string]

Add Cusotm MetaData to CustomMetadataDictionary

public string this[string key] { get; set; }

Parameters

key string

Property Value

string

Methods

Add(string, string)

Add the CustomMetadataDictionary

public void Add(string key, string value)

Parameters

key string
value string

ContainsKey(string)

Gets the the key value at present or not

public bool ContainsKey(string key)

Parameters

key string

Returns

bool

GetEnumerator()

Get Enumerator of the CustomMetadataDictionary

public IEnumerator GetEnumerator()

Returns

IEnumerator

Remove(string)

Remove the custom field from CustomMetadataDictionary,Dictionary,CustomSchema

public void Remove(string key)

Parameters

key string