XmpString Constructor (DateTime)

Initializes a new instance of the XmpString class.

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

Syntax

C#
public XmpString(
	DateTime value
)
VB
Public Sub New ( 
	value As DateTime
)

Parameters

value
Type: System.DateTime
The value.

See Also