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 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:
    Object
    DocumentPropertiesDictionary<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.

    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.