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

    Show / Hide Table of Contents

    DocumentProperties Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

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

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

    Properties

    BuiltIn

    Gets a collection of built-in document properties.

    • C#
    • VB.NET
    public IDictionary<BuiltInDocumentProperties, string> BuiltIn { get; }
    Public ReadOnly Property BuiltIn As IDictionary(Of BuiltInDocumentProperties, String)
    Property Value
    System.Collections.Generic.IDictionary<BuiltInDocumentProperties, System.String>

    ContentType

    Gets a read-only collection of custom content type properties.

    • C#
    • VB.NET
    public IList<ContentTypeProperty> ContentType { get; }
    Public ReadOnly Property ContentType As IList(Of ContentTypeProperty)
    Property Value
    System.Collections.Generic.IList<ContentTypeProperty>

    Custom

    Gets a collection of custom document properties.

    • C#
    • VB.NET
    public IDictionary<string, object> Custom { get; }
    Public ReadOnly Property Custom As IDictionary(Of String, Object)
    Property Value
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Methods

    ToString()

    Returns a System.String that represents the current DocumentProperties.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents the current DocumentProperties.

    Overrides
    System.Object.ToString()
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.