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

    Show / Hide Table of Contents

    BuiltInDocumentPropertiesDictionary Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

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

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

    System.String values cannot be null or System.String.Empty.

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

    Implements

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

    Examples

    Document Properties Example

    See Also

    BuiltIn
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.