Class BasicSchema
Represents Basic Schema.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class BasicSchema : XmpSchema
Constructors
BasicSchema(XmpMetadata)
Creates schema object.
Declaration
protected BasicSchema(XmpMetadata xmp)
Parameters
Type | Name | Description |
---|---|---|
XmpMetadata | xmp | Parent XmpMetadata. |
Properties
Advisory
Gets an unordered array specifying properties that were edited outside the authoring application.
Declaration
public XmpArray Advisory { get; }
Property Value
Type |
---|
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.
Declaration
public Uri BaseURL { get; set; }
Property Value
Type |
---|
System.Uri |
CreateDate
Gets or sets the date and time the resource was originally created.
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
---|
System.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.
Declaration
public string CreatorTool { get; set; }
Property Value
Type |
---|
System.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.
Declaration
public XmpArray Identifier { get; }
Property Value
Type |
---|
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.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.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.
Declaration
public DateTime MetadataDate { get; set; }
Property Value
Type |
---|
System.DateTime |
ModifyDate
Gets sets the date and time the resource was last modified.
Declaration
public DateTime ModifyDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Name
Gets name pf the schema.
Declaration
protected override string Name { get; }
Property Value
Type |
---|
System.String |
Overrides
Nickname
Gets or sets a short informal name for the resource.
Declaration
public string Nickname { get; set; }
Property Value
Type |
---|
System.String |
Prefix
Gets prefix of the schema.
Declaration
protected override string Prefix { get; }
Property Value
Type |
---|
System.String |
Overrides
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.
Declaration
public XmpArray Rating { get; }
Property Value
Type |
---|
XmpArray |
SchemaType
Gets type of the Schema.
Declaration
public override XmpSchemaType SchemaType { get; }
Property Value
Type |
---|
XmpSchemaType |
Overrides
Thumbnails
Gets an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
Declaration
public XmpArray Thumbnails { get; }
Property Value
Type |
---|
XmpArray |