Class XmpProperty
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for an XMP property. An XMP property is a named XMP value.
public class XmpProperty
- Inheritance
-
XmpProperty
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- XmpProperty(string, XmpValue)
Initializes a new instance of the XmpProperty class.
- XmpProperty(string, XmpValue, string)
Initializes a new instance of the XmpProperty class.
Properties
- Description
Gets or sets the optional description for this XMP property.
- Name
Gets the name of this XMP property.
- Namespace
Gets the namespace of this property.
- Prefix
Gets the prefix of this property namespace.
- Value
Gets or sets the value of this XMP property.
Methods
- ToString()
Returns a string that represents this XmpProperty.