XmpSchema Class

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.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpSchema

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

Syntax

C#
public class XmpSchema
VB
Public Class XmpSchema

The XmpSchema type exposes the following members.

Constructors

  NameDescription
Public methodXmpSchema(String, String)
Initializes a new instance of the XmpSchema class.
Public methodXmpSchema(String, Uri)
Initializes a new instance of the XmpSchema class.

Properties

  NameDescription
Public propertyNamespace
Gets the namespace of the schema.
Public propertyPrefix
Gets the namespace prefix used for properties in this schema.
Public propertyProperties
Gets the collection of properties associated with the schema.

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