XmpProperty Constructor (String, XmpValue, String)

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > XmpProperty Class > XmpProperty Constructor > XmpProperty Constructor (String, XmpValue, String)
Initializes a new instance of the XmpProperty class.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpProperty(
	string name,
	XmpValue value,
	string description
)
VB
Public Sub New ( 
	name As String,
	value As XmpValue,
	description As String
)

Parameters

name
Type: System.String
The name of the property.
value
Type: BitMiracle.Docotic.Pdf.XmpValue
The value of the property.
description
Type: System.String
The description of the property.

See Also