Table of Contents

Class BasicSchema

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

Represents Basic Schema.

public class BasicSchema : XmpSchema
Inheritance
BasicSchema
Inherited Members

Constructors

BasicSchema(XmpMetadata)

Creates schema object.

protected BasicSchema(XmpMetadata xmp)

Parameters

xmp XmpMetadata

Parent XmpMetadata.

Properties

Advisory

Gets an unordered array specifying properties that were edited outside the authoring application.

public XmpArray Advisory { get; }

Property Value

XmpArray

BaseURL

Gets or sets The base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, they are relative to this base URL.

public Uri BaseURL { get; set; }

Property Value

Uri

CreateDate

Gets or sets the date and time the resource was originally created.

public DateTime CreateDate { get; set; }

Property Value

DateTime

CreatorTool

Gets or sets The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:History�s softwareAgent property.

public string CreatorTool { get; set; }

Property Value

string

Identifier

Gets an unordered array of text strings that unambiguously identify the resource within a given context. An array item may be qualified with xmpidq:Scheme to denote the formal identification system to which that identifier conforms.

public XmpArray Identifier { get; }

Property Value

XmpArray

Label

Gets or sets a word or short phrase that identifies a document as a member of a user-defined collection. Used to organize documents in a file browser.

public string Label { get; set; }

Property Value

string

MetadataDate

Gets or sets the date and time that any metadata for this resource was last changed. It should be the same as or more recent than xmp:ModifyDate.

public DateTime MetadataDate { get; set; }

Property Value

DateTime

ModifyDate

Gets sets the date and time the resource was last modified.

public DateTime ModifyDate { get; set; }

Property Value

DateTime

Name

Gets name pf the schema.

protected override string Name { get; }

Property Value

string

Nickname

Gets or sets a short informal name for the resource.

public string Nickname { get; set; }

Property Value

string

Prefix

Gets prefix of the schema.

protected override string Prefix { get; }

Property Value

string

Rating

Gets a number that indicates a document�s status relative to other documents, used to organize documents in a file browser. Values are user-defined within an application defined range.

public XmpArray Rating { get; }

Property Value

XmpArray

SchemaType

Gets type of the Schema.

public override XmpSchemaType SchemaType { get; }

Property Value

XmpSchemaType

Thumbnails

Gets an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

public XmpArray Thumbnails { get; }

Property Value

XmpArray