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.
Methods
InitializeDefault()
Copy default namespaces into the collection
Declaration
protected override void InitializeDefault()