XmpString Class

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

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpValue
    BitMiracle.Docotic.Pdf.XmpString

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

Syntax

C#
public class XmpString : XmpValue
VB
Public Class XmpString
	Inherits XmpValue

The XmpString type exposes the following members.

Constructors

  NameDescription
Public methodXmpString(DateTime)
Initializes a new instance of the XmpString class.
Public methodXmpString(String)
Initializes a new instance of the XmpString class.

Properties

  NameDescription
Public propertyQualifiers
Gets the collection of property qualifiers associated with this XmpString.
Public propertyValue
Gets or sets the value of this XmpString.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToDateTime
Returns a DateTime value that represents this XmpString.
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also