Class CustomMetadata
CusotmMetadata used for add CustomMetadata to PDFDictionary
Inheritance
System.Object
CustomMetadata
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class CustomMetadata : IEnumerable
Constructors
CustomMetadata()
Declaration
public CustomMetadata()
Properties
Count
Gets the current count CustomMetadataDictionary
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
Item[String]
Add Cusotm MetaData to CustomMetadataDictionary
Declaration
public string this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type |
---|
System.String |
Methods
Add(String, String)
Add the CustomMetadataDictionary
Declaration
public void Add(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.String | value |
ContainsKey(String)
Gets the the key value at present or not
Declaration
public bool ContainsKey(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type |
---|
System.Boolean |
GetEnumerator()
Get Enumerator of the CustomMetadataDictionary
Declaration
public IEnumerator GetEnumerator()
Returns
Type |
---|
System.Collections.IEnumerator |
Remove(String)
Remove the custom field from CustomMetadataDictionary,Dictionary,CustomSchema
Declaration
public void Remove(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Implements
System.Collections.IEnumerable