XmpIptcIimPackage Class |
Namespace: GroupDocs.Metadata.Standards.Xmp.Schemes
The XmpIptcIimPackage type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmpIptcIimPackage |
Initializes a new instance of the XmpIptcIimPackage class.
|
Name | Description | |
---|---|---|
![]() | ActionAdvised |
Gets or sets the type of action that this object provides to a previous object.
|
![]() | Category |
Gets or sets the subject of the object data in the opinion of the provider.
|
![]() | ContentLocationCodes |
Gets or sets the content location codes.
|
![]() | ContentLocationNames |
Gets or sets the content location names.
|
![]() | Count |
Gets the number of metadata properties.
(Inherited from MetadataPackage.) |
![]() | DateSent |
Gets or sets the date the service sent the material.
|
![]() | Destination |
Gets or sets the destination. This DataSet is to accommodate some providers who require routing
information above the appropriate OSI layers.
|
![]() | DigitalCreationDate |
Gets or sets the date the digital representation of the object data was created.
|
![]() | EditStatus |
Gets or sets the status of the object data, according to the practice of the provider.
|
![]() | EnvelopeNumber |
Gets or sets the envelope number.
|
![]() | EnvelopePriority |
Gets or sets the envelope handling priority.
|
![]() | ExpirationDate |
Gets or sets the latest date the provider or owner intends the object data to be used.
|
![]() | FileFormat |
Gets or sets the binary number identifying the version of the Information
|
![]() | FileFormatVersion |
Gets or sets the file format version.
|
![]() | FixtureIdentifier |
Gets or sets the object data that recurs often and predictably.
|
![]() | ImageOrientation |
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 |
Gets or sets the type of the image.
|
![]() | Item |
Gets the MetadataProperty with the specified name.
(Inherited from MetadataPackage.) |
![]() | Keys |
Gets a collection of the metadata property names.
(Inherited from MetadataPackage.) |
![]() | KnowPropertyDescriptors | Obsolete.
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | LanguageIdentifier |
Gets or sets the language identifier according to the 2-letter codes of ISO 639:1988.
|
![]() | MetadataType |
Gets the metadata type.
(Inherited from MetadataPackage.) |
![]() | ModelVersion |
Gets or sets the binary number identifying the version of the Information
|
![]() | NamespaceUri |
Gets the namespace URI.
(Inherited from XmpPackage.) |
![]() | ObjectTypeReference |
Gets or sets the object type reference. The Object Type is used to distinguish between different types of objects within the IIM.
|
![]() | OriginatingProgram |
Gets or sets the type of program used to originate the object data.
|
![]() | Prefix |
Gets the xmlns prefix.
(Inherited from XmpPackage.) |
![]() | ProductIDs |
Gets or sets the product identifiers.
|
![]() | ProgramVersion |
Gets or sets the program version.
|
![]() | PropertyDescriptors |
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | ReferenceDate |
Gets or sets the date of a prior envelope to which the current object refers.
|
![]() | ReferenceNumber |
Gets or sets the Envelope Number of a prior envelope to which the current object refers.
|
![]() | ReferenceService |
Gets or sets the Service Identifier of a prior envelope to which the current object refers.
|
![]() | ReleaseDate |
Gets or sets the earliest date the provider intends the object to be used.
|
![]() | ServiceIdentifier |
Gets or sets the service identifier. Identifies the provider and product.
|
![]() | SupplementalCategories |
Gets or sets the supplemental categories.
|
![]() | UniqueNameOfObject |
Gets or sets the unique name of the object.
|
![]() | Urgency |
Gets or sets the editorial urgency of the content.
|
![]() | XmlNamespace |
Gets the XML namespace.
(Inherited from XmpPackage.) |
Name | Description | |
---|---|---|
![]() | AddProperties |
Adds known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Clear |
Removes all XMP properties.
(Inherited from XmpPackage.) |
![]() | Contains |
Determines whether the package contains a metadata property with the specified name.
(Inherited from MetadataPackage.) |
![]() | Equals | (Inherited from Object.) |
![]() | FindProperties |
Finds the metadata properties satisfying the specified predicate.
The search is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from MetadataPackage.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetXmpRepresentation |
Converts the XMP value to the XML representation.
(Inherited from XmpPackage.) |
![]() | Remove |
Removes the property with the specified name.
(Inherited from XmpPackage.) |
![]() | RemoveProperties |
Removes metadata properties satisfying the specified predicate.
(Inherited from MetadataPackage.) |
![]() | Sanitize |
Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Set(String, XmpArray) |
Sets the value inherited from XmpArray .
(Inherited from XmpPackage.) |
![]() | Set(String, XmpComplexType) |
Sets the value inherited from XmpComplexType .
(Inherited from XmpPackage.) |
![]() | Set(String, XmpValueBase) |
Sets the value inherited from XmpValueBase .
(Inherited from XmpPackage.) |
![]() | Set(String, Boolean) |
Sets boolean property.
(Inherited from XmpPackage.) |
![]() | Set(String, DateTime) |
Sets DateTime property.
(Inherited from XmpPackage.) |
![]() | Set(String, Double) |
Sets double property.
(Inherited from XmpPackage.) |
![]() | Set(String, Int32) |
Sets integer property.
(Inherited from XmpPackage.) |
![]() | Set(String, String) |
Sets string property.
(Overrides XmpPackageSet(String, String).) |
![]() | SetProperties |
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(FuncMetadataProperty, Boolean, PropertyValue) and UpdateProperties(FuncMetadataProperty, Boolean, PropertyValue).
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.
(Inherited from MetadataPackage.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateProperties |
Updates known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |