Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomMetadata

    Show / Hide Table of Contents

    Class CustomMetadata

    CusotmMetadata used for add CustomMetadata to PDFDictionary

    Inheritance
    System.Object
    CustomMetadata
    Implements
    System.Collections.IEnumerable
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class CustomMetadata : Object, IEnumerable

    Constructors

    CustomMetadata()

    Declaration
    public CustomMetadata()

    Properties

    Count

    Gets the current count CustomMetadataDictionary

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Boolean

    GetEnumerator()

    Get Enumerator of the CustomMetadataDictionary

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved