Class XmpStructure
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
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.
public class XmpStructure : XmpValue
- Inheritance
-
XmpStructure
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- XmpStructure(string, string)
Initializes a new instance of the XmpStructure class.
Properties
- Namespace
Gets the namespace of this XmpStructure.
- Prefix
Gets the namespace prefix used for properties in this XmpStructure.
- Properties
Gets the collection of properties stored in this XmpStructure.
Methods
- ToString()
Returns a string that represents this XmpStructure instance.