Table of Contents

Constructor XmpProperty

Namespace
LMKit.Inspection
Assembly
LM-Kit.NET.dll

XmpProperty(string, string)

Creates one flattened XMP property.

public XmpProperty(string name, string value)

Parameters

name string

The prefix-qualified property name (e.g. dc:title).

value string

The property's text value.

Exceptions

ArgumentNullException

name or value is null.

Share