IptcTagEnvelope Class

Contains IPTC tags for Envelope group (Record).

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static class Envelope
Inheritance
Object    IptcTagEnvelope

Properties

ARMId

Gets the ARMId IPTC tag.

Description: The DataSet identifies the Abstract Relationship Method identifier (ARM) which is described in a document registered by the originator of the ARM with the IPTC and NAA organizations.
Id: 120 (0x0078)
Type: Short

ARMVersion

Gets the ARMVersion IPTC tag.

Description: This tag consisting of a binary number representing the particular version of the ARM specified by tag ARMId.
Id: 122 (0x007a)
Type: Short

CharacterSet

Gets the CharacterSet IPTC tag.

Description: This tag consisting of one or more control functions used for the announcement, invocation or designation of coded character sets. The control functions follow the ISO 2022 standard and may consist of the escape control character and one or more graphic characters.
Id: 90 (0x005a)
Type: String

DateSent

Gets the DateSent IPTC tag.

Description: Uses the format CCYYMMDD (century, year, month, day) as de-fined in ISO 8601 to indicate year, month and day the service sent the material.
Id: 70 (0x0046)
Type: Date

Destination

Gets the Destination IPTC tag.

Description: This DataSet is to accommodate some providers who require routing information above the appropriate OSI layers.
Id: 5 (0x0005)
Type: String

EnvelopeNumber

Gets the EnvelopeNumber IPTC tag.

Description: The characters form a number that will be unique for the date specified in DateSent tag and for the Service Identifier specified by ServiceIdentifier tag. If identical envelope numbers appear with the same date and with the same Service Identifier, records 2-9 must be unchanged from the original. This is not intended to be a sequential serial number reception check.
Id: 40 (0x0028)
Type: String

EnvelopePriority

Gets the EnvelopePriority IPTC tag.

Description: Specifies the envelope handling priority and not the editorial urgency (see Urgency tag). "1" indicates the most urgent, "5" the normal urgency, and "8" the least urgent copy. The numeral "9" indicates a User Defined Priority. The numeral "0" is reserved for future use.
Id: 60 (0x003c)
Type: String

FileFormat

Gets the FileFormat IPTC tag.

Description: A binary number representing the file format. The file format must be registered with IPTC or NAA with a unique number assigned to it. The information is used to route the data to the appropriate system and to allow the receiving system to perform the appropriate actions there to.
Id: 20 (0x0014)
Type: Short

FileVersion

Gets the FileVersion IPTC tag.

Description: A binary number representing the particular version of the File Format specified by FileFormat tag.
Id: 22 (0x0016)
Type: Short

ModelVersion

Gets the ModelVersion IPTC tag.

Description: A binary number identifying the version of the Information Interchange Model, Part I, utilised by the provider. Version numbers are assigned by IPTC and NAA organizations.
Id: 0 (0x0000)
Type: Short

ProductId

Gets the ProductId IPTC tag.

Description: Allows a provider to identify subsets of its overall service. Used to provide receiving organisation data on which to select, route, or otherwise handle data.
Id: 50 (0x0032)
Type: String

ServiceId

Gets the ServiceId IPTC tag.

Description: Identifies the provider and product
Id: 30 (0x001e)
Type: String

TimeSent

Gets the TimeSent IPTC tag.

Description: Uses the format HHMMSS:HHMM where HHMMSS refers to local hour, minute and seconds and HHMM refers to hours and minutes ahead (+) or behind (-) Universal Coordinated Time as described in ISO 8601. This is the time the service sent the material.
Id: 80 (0x0050)
Type: Time

UNO

Gets the UNO IPTC tag.

Description: This tag provide a globally unique identification for objects as specified in the IIM, independent of provider and for any media form. The provider must ensure the UNO is unique. Objects with the same UNO are identical.
Id: 100 (0x0064)
Type: String

See Also