XmpArray Class

Class for an XMP array. An XMP array consists of a set of values. XMP array is one of the data types allowed for values of XMP properties.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpValue
    BitMiracle.Docotic.Pdf.XmpArray

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

Syntax

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

The XmpArray type exposes the following members.

Constructors

  NameDescription
Public methodXmpArray
Initializes a new instance of the XmpArray class.

Properties

  NameDescription
Public propertyType
Gets the type of this XmpArray.
Public propertyValues
Gets the collection of values stored in this XmpArray.

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 instance.
(Overrides Object.ToString().)

See Also