XmpDublinCoreSchema Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > XmpDublinCoreSchema Class
This XMP schema provides a set of commonly used properties.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpDublinCoreSchema

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

Syntax

C#
public class XmpDublinCoreSchema
VB
Public Class XmpDublinCoreSchema

The XmpDublinCoreSchema type exposes the following members.

Properties

  NameDescription
Public propertyContributors
Gets or sets the unordered array of contributors to the document (other than the authors).
Public propertyCoverage
Gets or sets the extent or scope of the document.
Public propertyCreators
Gets or sets the ordered array of authors of the document (listed in order of precedence, if significant).
Public propertyDates
Gets or sets the ordered array of string representations of dates that something interesting happened to the document.
Public propertyDescriptions
Gets or sets the array of textual descriptions of the content of the document in different languages.
Public propertyFormat
Gets or sets the file format used when saving the document.
Public propertyIdentifier
Gets or sets the unique identifier of the document.
Public propertyLanguages
Gets or sets the unordered array specifying the languages used in the document.
Public propertyPublishers
Gets or sets the unordered array of publishers.
Public propertyRelations
Gets or sets the unordered array of relationships to other documents.
Public propertyRights
Gets or sets the array of informal rights statement strings in different languages.
Public propertySource
Gets or sets the unique identifier of the work from which this resource was derived.
Public propertySubjects
Gets or sets the unordered array of descriptive phrases or keywords that specify the topic of the content of the document.
Public propertyTitles
Gets or sets the array of document title strings in different languages.
Public propertyTypes
Gets or sets the unordered array of document types (for example, novel, poem, or working paper).

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