Class XmpSchema
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for an XMP schema. A schema is a set of properties. Typically, schemas may consist of properties that are relevant only for particular types of documents or for certain stages of a workflow.
public class XmpSchema
- Inheritance
-
XmpSchema
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- XmpSchema(string, string)
Initializes a new instance of the XmpSchema class.
- XmpSchema(string, Uri)
Initializes a new instance of the XmpSchema class.
Properties
- Namespace
Gets the namespace of the schema.
- Prefix
Gets the namespace prefix used for properties in this schema.
- Properties
Gets the collection of properties associated with the schema.