GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    BuiltInDocumentPropertiesDictionary Class

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents a dictionary that contains BuiltInDocumentProperty key and String value pairs.

    • C#
    • VB.NET
    public sealed class BuiltInDocumentPropertiesDictionary : DictionaryBase<BuiltInDocumentProperty, String>, IDictionary<BuiltInDocumentProperty, String>, ICollection<KeyValuePair<BuiltInDocumentProperty, String>>, IEnumerable<KeyValuePair<BuiltInDocumentProperty, String>>, IEnumerable
    Public NotInheritable Class BuiltInDocumentPropertiesDictionary
        Inherits DictionaryBase(Of BuiltInDocumentProperty, String)
        Implements IDictionary(Of BuiltInDocumentProperty, String), ICollection(Of KeyValuePair(Of BuiltInDocumentProperty, String)), IEnumerable(Of KeyValuePair(Of BuiltInDocumentProperty, String)), IEnumerable
    Inheritance:
    Object
    DictionaryBase<BuiltInDocumentProperty, String>
    BuiltInDocumentPropertiesDictionary
    Implements
    IDictionary<BuiltInDocumentProperty, String>
    ICollection<KeyValuePair<BuiltInDocumentProperty, String>>
    IEnumerable<KeyValuePair<BuiltInDocumentProperty, String>>
    IEnumerable
    Remarks

    String values cannot be null or Empty.

    Built-in and custom document properties are contained in DocumentProperties class which is used in DocumentProperties property.

    For more information, see document properties example.

    Implements

    System.Collections.Generic.IDictionary<TKey,TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    See Also

    DocumentProperties
    DocumentProperties
    Back to top

    Facebook • Twitter

    © GemBox Ltd. — All rights reserved.