Table of Contents

Class DublinCorePackage

Namespace
Aspose.Imaging.Xmp.Schemas.DublinCore
Assembly
Aspose.Imaging.dll

Represents Dublic Core schema.

public sealed class DublinCorePackage : XmpPackage, IXmlValue, IEnumerable<KeyValuePair<string, object>>, IEnumerable
Inheritance
DublinCorePackage
Implements
Inherited Members

Remarks

Constructors

DublinCorePackage()

public DublinCorePackage()

Methods

AddValue(string, string)

Adds string property.

public override void AddValue(string key, string value)

Parameters

key string

The string representation of key that is identified with added value.

value string

The string value.

Exceptions

ArgumentNullException

key;DublinCore property could not be null

SetAuthor(string)

Adds the author.

public void SetAuthor(string author)

Parameters

author string

The author.

SetAuthor(string[])

Adds the author.

public void SetAuthor(string[] author)

Parameters

author string[]

The author.

SetDescription(LangAlt)

Adds the description.

public void SetDescription(LangAlt desc)

Parameters

desc LangAlt

The description.

SetDescription(string)

Adds the description.

public void SetDescription(string desc)

Parameters

desc string

The description.

SetPublisher(string)

Adds the publisher.

public void SetPublisher(string publisher)

Parameters

publisher string

The publisher.

SetPublisher(string[])

Adds the publisher.

public void SetPublisher(string[] publisher)

Parameters

publisher string[]

The publisher.

Exceptions

ArgumentNullException

publisher

SetSubject(string)

Adds the subject.

public void SetSubject(string subject)

Parameters

subject string

The subject.

SetSubject(string[])

Adds the subject.

public void SetSubject(string[] subject)

Parameters

subject string[]

The subject.

SetTitle(LangAlt)

Adds Dublin Core title for different languages.

public void SetTitle(LangAlt title)

Parameters

title LangAlt

Instance of LangAlt.

SetTitle(string)

Adds Dublin Core title.

public void SetTitle(string title)

Parameters

title string

The title.