Search Results for

    Show / Hide Table of Contents

    Class XmpNamespaceElement

    Controls XMP metadata parsing

    Inheritance
    System.Object
    XmpNamespaceElement
    Namespace: ImageVault.Core.Configuration
    Assembly: ImageVault.Core.dll
    Syntax
    public class XmpNamespaceElement : ConfigurationElement

    Constructors

    XmpNamespaceElement()

    Declaration
    public XmpNamespaceElement()

    Properties

    XmlNamespaces

    Contains all namespaces that should be parsed for XMP metadata

    Declaration
    public NameValueConfigurationCollection XmlNamespaces { get; }
    Property Value
    Type Description
    System.Configuration.NameValueConfigurationCollection
    Remarks

    Default value will include the following namespaces.

    • http://ns.adobe.com/xap/1.0/
    • http://purl.org/dc/elements/1.1/
    • http://imagevault.se/xmp/1.0/
    • http://imagevault.se/xmp/1.0/core/

    Methods

    InitializeDefault()

    Copy default namespaces into the collection

    Declaration
    protected override void InitializeDefault()
    In This Article
    Back to top (c) Meriworks 2002-2022