XmpValue Class

Base class for classes that represent a value of an XMP property.

Inheritance Hierarchy

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

Syntax

C#
public abstract class XmpValue
VB
Public MustInherit Class XmpValue

The XmpValue type exposes the following members.

Constructors

  NameDescription
Protected methodXmpValue
Initializes a new instance of the XmpValue class

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 methodToString (Inherited from Object.)

See Also