Table of Contents

Class PdfConst

Namespace
iText.Kernel.XMP
Assembly
itext.kernel.dll

Class that contains several constants.

public class PdfConst
Inheritance
PdfConst
Inherited Members

Constructors

PdfConst()

public PdfConst()

Fields

Advisory

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

public const string Advisory = "Advisory"

Field Value

string

Remarks

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).

BaseURL

The base URL for relative URLs in the document content.

public const string BaseURL = "BaseURL"

Field Value

string

Remarks

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.

Contributor

External Contributors to the resource (other than the authors).

public const string Contributor = "contributor"

Field Value

string

Coverage

The extent or scope of the resource.

public const string Coverage = "coverage"

Field Value

string

CreateDate

The date and time the resource was originally created.

public const string CreateDate = "CreateDate"

Field Value

string

Creator

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

public const string Creator = "creator"

Field Value

string

CreatorTool

The name of the first known tool used to create the resource.

public const string CreatorTool = "CreatorTool"

Field Value

string

Remarks

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.

Date

Date(s) that something interesting happened to the resource.

public const string Date = "date"

Field Value

string

Description

A textual description of the content of the resource.

public const string Description = "description"

Field Value

string

Remarks

A textual description of the content of the resource. Multiple values may be present for different languages.

Format

The file format used when saving the resource.

public const string Format = "format"

Field Value

string

Remarks

The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.

Identifier

An unordered array of text strings that unambiguously identify the resource within a given context.

public const string Identifier = "identifier"

Field Value

string

Keywords

Keywords.

public const string Keywords = "Keywords"

Field Value

string

Language

An unordered array specifying the languages used in the resource.

public const string Language = "language"

Field Value

string

MetadataDate

The date and time that any metadata for this resource was last changed.

public const string MetadataDate = "MetadataDate"

Field Value

string

ModifyDate

The date and time the resource was last modified.

public const string ModifyDate = "ModifyDate"

Field Value

string

Nickname

A short informal name for the resource.

public const string Nickname = "Nickname"

Field Value

string

Part

The part

public const string Part = "part"

Field Value

string

Producer

The Producer.

public const string Producer = "Producer"

Field Value

string

Publisher

Publishers.

public const string Publisher = "publisher"

Field Value

string

Relation

Relationships to other documents.

public const string Relation = "relation"

Field Value

string

Rights

Informal rights statement, selected by language.

public const string Rights = "rights"

Field Value

string

Source

Unique identifier of the work from which this resource was derived.

public const string Source = "source"

Field Value

string

Subject

An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.

public const string Subject = "subject"

Field Value

string

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 = "Thumbnails"

Field Value

string

Title

The title of the document, or the name given to the resource.

public const string Title = "title"

Field Value

string

Remarks

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.

Trapped

Indicates whether the document has been modified to include trapping information

public const string Trapped = "Trapped"

Field Value

string

Type

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

public const string Type = "type"

Field Value

string

Version

The PDF file version (for example: 1.0, 1.3, and so on).

public const string Version = "PDFVersion"

Field Value

string