Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DublinCoreSchema

    Show / Hide Table of Contents

    Class DublinCoreSchema

    Represents Dublin Core Schema.

    Inheritance
    System.Object
    XmpEntityBase
    XmpSchema
    DublinCoreSchema
    Inherited Members
    XmpSchema.GetEntityXml()
    XmpSchema.CreateSimpleProperty(String)
    XmpSchema.GetSimpleProperty(String)
    XmpSchema.CreateArray(String, XmpArrayType)
    XmpSchema.GetArray(String, XmpArrayType)
    XmpSchema.CreateLangArray(String)
    XmpSchema.GetLangArray(String)
    XmpSchema.GetStructure(String, XmpStructureType)
    XmpSchema.CreateStructure(String, XmpStructureType)
    XmpSchema.CreateStructure(XmpStructureType)
    XmpSchema.Xmp
    XmpEntityBase.Initialize()
    XmpEntityBase.CheckIfExists()
    XmpEntityBase.GetSuspend()
    XmpEntityBase.XmlData
    XmpEntityBase.Exists
    XmpEntityBase.EntityParent
    XmpEntityBase.EntityPrefix
    XmpEntityBase.EntityName
    XmpEntityBase.EntityNamespaceURI
    XmpEntityBase.SuspendInitialization
    Namespace: Syncfusion.Pdf.Xmp
    Assembly: Syncfusion.Pdf.Portable.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 Description
    XmpArray

    Coverage

    Gets or sets the extent or scope of the resource.

    Declaration
    public string Coverage { get; set; }
    Property Value
    Type Description
    System.String

    Creator

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

    Declaration
    public XmpArray Creator { get; }
    Property Value
    Type Description
    XmpArray

    Date

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

    Declaration
    public XmpArray Date { get; }
    Property Value
    Type Description
    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 Description
    XmpLangArray

    Identifier

    Gets or sets the unique identifier of the resource.

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Gets name pf the schema.

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    System.String
    Overrides
    XmpSchema.Name

    Prefix

    Gets prefix of the schema.

    Declaration
    protected override string Prefix { get; }
    Property Value
    Type Description
    System.String
    Overrides
    XmpSchema.Prefix

    Publisher

    Gets publishers.

    Declaration
    public XmpArray Publisher { get; }
    Property Value
    Type Description
    XmpArray

    Relation

    Gets relationships to other documents.

    Declaration
    public XmpArray Relation { get; }
    Property Value
    Type Description
    XmpArray

    Rights

    Gets informal rights statement, selected by language.

    Declaration
    public XmpLangArray Rights { get; }
    Property Value
    Type Description
    XmpLangArray

    SchemaType

    Gets type of the Schema.

    Declaration
    public override XmpSchemaType SchemaType { get; }
    Property Value
    Type Description
    XmpSchemaType
    Overrides
    XmpSchema.SchemaType

    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 Description
    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 Description
    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 Description
    XmpLangArray

    Type

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

    Declaration
    public XmpArray Type { get; }
    Property Value
    Type Description
    XmpArray

    Methods

    CreateEntity()

    Initializes object.

    Declaration
    protected override void CreateEntity()
    Overrides
    XmpSchema.CreateEntity()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved