XmpMediaManagementSchema Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > XmpMediaManagementSchema Class
This XMP schema provides a set of properties that are primarily for use by digital asset management (DAM) systems.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpMediaManagementSchema

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

Syntax

C#
public class XmpMediaManagementSchema
VB
Public Class XmpMediaManagementSchema

The XmpMediaManagementSchema type exposes the following members.

Properties

  NameDescription
Public propertyDerivedFrom
Gets or sets the structure that describes a reference to the original document from which this one is derived.
Public propertyDocumentId
Gets or sets the common identifier for all versions and renditions of the document.
Public propertyHistory
Gets or sets the ordered array of structures that describe high-level user actions that resulted in this document.
Public propertyLastUrl
[Deprecated for privacy protection] Gets the value for the last URL associated with this document.
Public propertyManagedFrom
Gets the structure that describes the reference to the document as it was prior to becoming managed.
Public propertyManager
Gets the name of the asset management system that manages this document.
Public propertyManagerVariant
Gets the string that specifies a particular variant of the asset management system.
Public propertyManageTo
Gets the URI identifying the document to the asset management system.
Public propertyManageUi
Gets the URI that can be used to access information about the document through a web browser.
Public propertyRenditionClass
Gets or sets the rendition class name for this document.
Public propertyRenditionOf
[Deprecated in favor of DerivedFrom] Gets the structure that describes a reference to the document from which this one is a rendition.
Public propertyRenditionParams
Gets or sets the string representation of rendition parameters.
Public propertySaveId
[Deprecated because LastUrl is deprecated] Gets the save identifier.
Public propertyVersionId
Gets or sets the document version identifier for this resource.
Public propertyVersions
Gets or sets the ordered array of structures that describe the version history associated with this document.

Methods

  NameDescription
Public methodClear
Clears (sets to null) all properties in this schema.
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 (Inherited from Object.)

See Also