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
namestringThe prefix-qualified property name (e.g.
dc:title).valuestringThe property's text value.
Exceptions
- ArgumentNullException
nameorvalueis null.