Table of Contents

Class XmpString

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

Class for an XMP string. XMP string is one of the data types allowed for values of XMP properties.

public class XmpString : XmpValue
Inheritance
XmpString
Inherited Members

Constructors

XmpString(DateTime)

Initializes a new instance of the XmpString class.

XmpString(string)

Initializes a new instance of the XmpString class.

Properties

Qualifiers

Gets the collection of property qualifiers associated with this XmpString.

Value

Gets or sets the value of this XmpString.

Methods

ToDateTime()

Returns a DateTime value that represents this XmpString.

ToString()

Returns a string that represents this XmpString instance.