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
xmpXmpMetadataParent XmpMetadata.
Properties
Contributor
Gets contributors to the resource (other than the authors).
public XmpArray Contributor { get; }
Property Value
Coverage
Gets or sets the extent or scope of the resource.
public string Coverage { get; set; }
Property Value
Creator
Gets the authors of the resource (listed in order of precedence, if significant).
public XmpArray Creator { get; }
Property Value
Date
Gets date(s) that something interesting happened to the resource.
public XmpArray Date { get; }
Property Value
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
Identifier
Gets or sets the unique identifier of the resource.
public string Identifier { get; set; }
Property Value
Name
Gets name pf the schema.
protected override string Name { get; }
Property Value
Prefix
Gets prefix of the schema.
protected override string Prefix { get; }
Property Value
Publisher
Gets publishers.
public XmpArray Publisher { get; }
Property Value
Relation
Gets relationships to other documents.
public XmpArray Relation { get; }
Property Value
Rights
Gets informal rights statement, selected by language.
public XmpLangArray Rights { get; }
Property Value
SchemaType
Gets type of the Schema.
public override XmpSchemaType SchemaType { get; }
Property Value
Source
Gets or sets the unique identifier of the work from which this resource was derived.
public string Source { get; set; }
Property Value
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
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
Type
Gets a document type; for example, novel, poem, or working paper.
public XmpArray Type { get; }
Property Value
Methods
CreateEntity()
Initializes object.
protected override void CreateEntity()