XmpIptcIimPackage

XmpIptcIimPackage class

Represents the IPTC-IIM XMP package.

public sealed class XmpIptcIimPackage : XmpPackage

Constructors

Name Description
XmpIptcIimPackage() Initializes a new instance of the XmpIptcIimPackage class.

Properties

Name Description
ActionAdvised { get; set; } Gets or sets the type of action that this object provides to a previous object.
Category { get; set; } Gets or sets the subject of the object data in the opinion of the provider.
ContentLocationCodes { get; set; } Gets or sets the content location codes.
ContentLocationNames { get; set; } Gets or sets the content location names.
Count { get; } Gets the number of metadata properties.
DateSent { get; set; } Gets or sets the date the service sent the material.
Destination { get; set; } Gets or sets the destination. This DataSet is to accommodate some providers who require routing information above the appropriate OSI layers.
DigitalCreationDate { get; set; } Gets or sets the date the digital representation of the object data was created.
EditStatus { get; set; } Gets or sets the status of the object data, according to the practice of the provider.
EnvelopeNumber { get; set; } Gets or sets the envelope number.
EnvelopePriority { get; set; } Gets or sets the envelope handling priority.
ExpirationDate { get; set; } Gets or sets the latest date the provider or owner intends the object data to be used.
FileFormat { get; set; } Gets or sets the binary number identifying the version of the Information
FileFormatVersion { get; set; } Gets or sets the file format version.
FixtureIdentifier { get; set; } Gets or sets the object data that recurs often and predictably.
ImageOrientation { get; set; } Gets or sets the image orientation. Indicates the layout of the image area. Allowed values are P (for Portrait), L (for Landscape) and S (for Square).
ImageType { get; set; } Gets or sets the type of the image.
Item { get; } Gets the MetadataProperty with the specified name.
Keys { get; } Gets a collection of the metadata property names.
LanguageIdentifier { get; set; } Gets or sets the language identifier according to the 2-letter codes of ISO 639:1988.
MetadataType { get; } Gets the metadata type.
ModelVersion { get; set; } Gets or sets the binary number identifying the version of the Information
NamespaceUri { get; } Gets the namespace URI.
ObjectTypeReference { get; set; } Gets or sets the object type reference. The Object Type is used to distinguish between different types of objects within the IIM.
OriginatingProgram { get; set; } Gets or sets the type of program used to originate the object data.
Prefix { get; } Gets the xmlns prefix.
ProductIDs { get; set; } Gets or sets the product identifiers.
ProgramVersion { get; set; } Gets or sets the program version.
PropertyDescriptors { get; } Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
ReferenceDate { get; set; } Gets or sets the date of a prior envelope to which the current object refers.
ReferenceNumber { get; set; } Gets or sets the Envelope Number of a prior envelope to which the current object refers.
ReferenceService { get; set; } Gets or sets the Service Identifier of a prior envelope to which the current object refers.
ReleaseDate { get; set; } Gets or sets the earliest date the provider intends the object to be used.
ServiceIdentifier { get; set; } Gets or sets the service identifier. Identifies the provider and product.
SupplementalCategories { get; set; } Gets or sets the supplemental categories.
UniqueNameOfObject { get; set; } Gets or sets the unique name of the object.
Urgency { get; set; } Gets or sets the editorial urgency of the content.
XmlNamespace { get; } Gets the XML namespace.

Methods

Name Description
virtual AddProperties(Func<MetadataProperty, bool>, PropertyValue) Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well.
Clear() Removes all XMP properties.
Contains(string) Determines whether the package contains a metadata property with the specified name.
virtual FindProperties(Func<MetadataProperty, bool>) Finds the metadata properties satisfying the specified predicate. The search is recursive so it affects all nested packages as well.
GetEnumerator() Returns an enumerator that iterates through the collection.
override GetXmpRepresentation() Converts the XMP value to the XML representation.
Remove(string) Removes the property with the specified name.
virtual RemoveProperties(Func<MetadataProperty, bool>) Removes metadata properties satisfying the specified predicate.
virtual Sanitize() Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.
Set(string, bool) Sets boolean property.
Set(string, DateTime) Sets DateTime property.
Set(string, double) Sets double property.
Set(string, int) Sets integer property.
override Set(string, string) Sets string property.
virtual Set(string, XmpArray) Sets the value inherited from XmpArray .
virtual Set(string, XmpComplexType) Sets the value inherited from XmpComplexType .
Set(string, XmpValueBase) Sets the value inherited from XmpValueBase .
virtual SetProperties(Func<MetadataProperty, bool>, PropertyValue) Sets known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. This method is a combination of AddProperties and UpdateProperties. If an existing property satisfies the predicate its value is updated. If there is a known property missing in the package that satisfies the predicate it is added to the package.
virtual UpdateProperties(Func<MetadataProperty, bool>, PropertyValue) Updates known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well.

See Also