Class XmpBasicSchema
- Namespace
- iTextSharp.text.xml.xmp
- Assembly
- iTextSharp.LGPLv2.Core.dll
An implementation of an XmpSchema.
public class XmpBasicSchema : XmpSchema
- Inheritance
-
XmpBasicSchema
- Inherited Members
Constructors
XmpBasicSchema()
@throws IOException
public XmpBasicSchema()
Fields
ADVISORY
An unordered array specifying properties that were edited outside the authoring application. Each item should contain a single namespace and XPath separated by one ASCII space (U+0020).
public const string ADVISORY = "xmp:Advisory"
Field Value
BASEURL
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. This property provides a standard way for embedded relative URLs to be interpreted by tools. Web authoring tools should set the value based on their notion of where URLs will be interpreted.
public const string BASEURL = "xmp:BaseURL"
Field Value
CREATEDATE
The date and time the resource was originally created.
public const string CREATEDATE = "xmp:CreateDate"
Field Value
CREATORTOOL
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 const string CREATORTOOL = "xmp:CreatorTool"
Field Value
DEFAULT_XPATH_ID
default namespace identifier
public const string DEFAULT_XPATH_ID = "xmp"
Field Value
DEFAULT_XPATH_URI
default namespace uri
public const string DEFAULT_XPATH_URI = "http://ns.adobe.com/xap/1.0/"
Field Value
IDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context.
public const string IDENTIFIER = "xmp:Identifier"
Field Value
METADATADATE
The date and time that any metadata for this resource was last changed.
public const string METADATADATE = "xmp:MetadataDate"
Field Value
MODIFYDATE
The date and time the resource was last modified.
public const string MODIFYDATE = "xmp:ModifyDate"
Field Value
NICKNAME
A short informal name for the resource.
public const string NICKNAME = "xmp:Nickname"
Field Value
THUMBNAILS
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
public const string THUMBNAILS = "xmp:Thumbnails"
Field Value
Methods
AddCreateDate(string)
Adds the creation date.
public void AddCreateDate(string date)
Parameters
date
string
AddCreatorTool(string)
Adds the creatortool.
public void AddCreatorTool(string creator)
Parameters
creator
string
AddIdentifiers(string[])
Adds the identifier.
public void AddIdentifiers(string[] id)
Parameters
id
string[]
AddMetaDataDate(string)
Adds the meta data date.
public void AddMetaDataDate(string date)
Parameters
date
string
AddModDate(string)
Adds the modification date.
public void AddModDate(string date)
Parameters
date
string
AddNickname(string)
Adds the nickname.
public void AddNickname(string name)
Parameters
name
string