Table of Contents

Class DublinCoreSchema

Namespace
Syncfusion.Pdf.Xmp
Assembly
Syncfusion.Pdf.Portable.dll

Represents Dublin Core Schema.

public class DublinCoreSchema : XmpSchema
Inheritance
DublinCoreSchema
Inherited Members

Constructors

DublinCoreSchema(XmpMetadata)

Creates schema object.

protected DublinCoreSchema(XmpMetadata xmp)

Parameters

xmp XmpMetadata

Parent XmpMetadata.

Properties

Contributor

Gets contributors to the resource (other than the authors).

public XmpArray Contributor { get; }

Property Value

XmpArray

Coverage

Gets or sets the extent or scope of the resource.

public string Coverage { get; set; }

Property Value

string

Creator

Gets the authors of the resource (listed in order of precedence, if significant).

public XmpArray Creator { get; }

Property Value

XmpArray

Date

Gets date(s) that something interesting happened to the resource.

public XmpArray Date { get; }

Property Value

XmpArray

Description

Gets or sets a textual description of the content of the resource. Multiple values may be present for different languages.

public XmpLangArray Description { get; }

Property Value

XmpLangArray

Identifier

Gets or sets the unique identifier of the resource.

public string Identifier { get; set; }

Property Value

string

Name

Gets name pf the schema.

protected override string Name { get; }

Property Value

string

Prefix

Gets prefix of the schema.

protected override string Prefix { get; }

Property Value

string

Publisher

Gets publishers.

public XmpArray Publisher { get; }

Property Value

XmpArray

Relation

Gets relationships to other documents.

public XmpArray Relation { get; }

Property Value

XmpArray

Rights

Gets informal rights statement, selected by language.

public XmpLangArray Rights { get; }

Property Value

XmpLangArray

SchemaType

Gets type of the Schema.

public override XmpSchemaType SchemaType { get; }

Property Value

XmpSchemaType

Source

Gets or sets the unique identifier of the work from which this resource was derived.

public string Source { get; set; }

Property Value

string

Sublect

Gets or sets an unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.

public XmpArray Sublect { get; }

Property Value

XmpArray

Title

Gets the title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.

public XmpLangArray Title { get; }

Property Value

XmpLangArray

Type

Gets a document type; for example, novel, poem, or working paper.

public XmpArray Type { get; }

Property Value

XmpArray

Methods

CreateEntity()

Initializes object.

protected override void CreateEntity()