XmpProperty Class

Class for an XMP property. An XMP property is a named XMP value.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpProperty

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

Syntax

C#
public class XmpProperty
VB
Public Class XmpProperty

The XmpProperty type exposes the following members.

Constructors

  NameDescription
Public methodXmpProperty(String, XmpValue)
Initializes a new instance of the XmpProperty class.
Public methodXmpProperty(String, XmpValue, String)
Initializes a new instance of the XmpProperty class.

Properties

  NameDescription
Public propertyDescription
Gets or sets the optional description for this XMP property.
Public propertyName
Gets the name of this XMP property.
Public propertyNamespace
Gets the namespace of this property.
Public propertyPrefix
Gets the prefix of this property namespace.
Public propertyValue
Gets or sets the value of this XMP property.

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
Returns a String that represents this XmpProperty.
(Overrides Object.ToString().)

See Also