Class DublinCoreSchema
Represents Dublin Core Schema.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class DublinCoreSchema : XmpSchema
Constructors
DublinCoreSchema(XmpMetadata)
Creates schema object.
Declaration
protected DublinCoreSchema(XmpMetadata xmp)
Parameters
Type | Name | Description |
---|---|---|
XmpMetadata | xmp | Parent XmpMetadata. |
Properties
Contributor
Gets contributors to the resource (other than the authors).
Declaration
public XmpArray Contributor { get; }
Property Value
Type |
---|
XmpArray |
Coverage
Gets or sets the extent or scope of the resource.
Declaration
public string Coverage { get; set; }
Property Value
Type |
---|
System.String |
Creator
Gets the authors of the resource (listed in order of precedence, if significant).
Declaration
public XmpArray Creator { get; }
Property Value
Type |
---|
XmpArray |
Date
Gets date(s) that something interesting happened to the resource.
Declaration
public XmpArray Date { get; }
Property Value
Type |
---|
XmpArray |
Description
Gets or sets a textual description of the content of the resource. Multiple values may be present for different languages.
Declaration
public XmpLangArray Description { get; }
Property Value
Type |
---|
XmpLangArray |
Identifier
Gets or sets the unique identifier of the resource.
Declaration
public string Identifier { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets name pf the schema.
Declaration
protected override string Name { get; }
Property Value
Type |
---|
System.String |
Overrides
Prefix
Gets prefix of the schema.
Declaration
protected override string Prefix { get; }
Property Value
Type |
---|
System.String |
Overrides
Publisher
Gets publishers.
Declaration
public XmpArray Publisher { get; }
Property Value
Type |
---|
XmpArray |
Relation
Gets relationships to other documents.
Declaration
public XmpArray Relation { get; }
Property Value
Type |
---|
XmpArray |
Rights
Gets informal rights statement, selected by language.
Declaration
public XmpLangArray Rights { get; }
Property Value
Type |
---|
XmpLangArray |
SchemaType
Gets type of the Schema.
Declaration
public override XmpSchemaType SchemaType { get; }
Property Value
Type |
---|
XmpSchemaType |
Overrides
Source
Gets or sets the unique identifier of the work from which this resource was derived.
Declaration
public string Source { get; set; }
Property Value
Type |
---|
System.String |
Sublect
Gets or sets an unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
Declaration
public XmpArray Sublect { get; }
Property Value
Type |
---|
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.
Declaration
public XmpLangArray Title { get; }
Property Value
Type |
---|
XmpLangArray |
Type
Gets a document type; for example, novel, poem, or working paper.
Declaration
public XmpArray Type { get; }
Property Value
Type |
---|
XmpArray |
Methods
CreateEntity()
Initializes object.
Declaration
protected override void CreateEntity()