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

    Show / Hide Table of Contents

    DocumentProperties Class

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

    Contains a dictionaries of built-in and custom document properties.

    • C#
    • VB.NET
    public sealed class DocumentProperties
    Public NotInheritable Class DocumentProperties
    Inheritance:
    System.Object
    DocumentProperties
    Remarks

    For supported key-value pairs in each dictionary, see BuiltInDocumentPropertiesDictionary and CustomDocumentPropertiesDictionary.

    Properties

    BuiltIn

    Gets a dictionary of built-in document properties.

    • C#
    • VB.NET
    public BuiltInDocumentPropertiesDictionary BuiltIn { get; }
    Public ReadOnly Property BuiltIn As BuiltInDocumentPropertiesDictionary
    Property Value
    BuiltInDocumentPropertiesDictionary

    A dictionary of built-in document properties.

    See Also
    BuiltInDocumentPropertiesDictionary

    Custom

    Gets a dictionary of custom document properties.

    • C#
    • VB.NET
    public CustomDocumentPropertiesDictionary Custom { get; }
    Public ReadOnly Property Custom As CustomDocumentPropertiesDictionary
    Property Value
    CustomDocumentPropertiesDictionary

    A dictionary of custom document properties.

    See Also
    CustomDocumentPropertiesDictionary

    Examples

    Document Properties Example

    See Also

    DocumentProperties
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.