Table of Contents

Constructor XmpProperty

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

XmpProperty(string, XmpValue)

Initializes a new instance of the XmpProperty class.

public XmpProperty(string name, XmpValue value)

Parameters

name string

The name of the property.

value XmpValue

The value of the property.

XmpProperty(string, XmpValue, string)

Initializes a new instance of the XmpProperty class.

public XmpProperty(string name, XmpValue value, string description)

Parameters

name string

The name of the property.

value XmpValue

The value of the property.

description string

The description of the property.