XmpStructure Class

Class for an XMP structure. An XMP structure is a set of one or more named fields. XMP structure is one of the data types allowed for values of XMP properties.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpValue
    BitMiracle.Docotic.Pdf.XmpStructure

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

Syntax

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

The XmpStructure type exposes the following members.

Constructors

  NameDescription
Public methodXmpStructure
Initializes a new instance of the XmpStructure class.

Properties

  NameDescription
Public propertyNamespace
Gets the namespace of this XmpStructure.
Public propertyPrefix
Gets the namespace prefix used for properties in this XmpStructure.
Public propertyProperties
Gets the collection of properties stored in this XmpStructure.

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