XmpPackageBaseCollection class

XmpPackageBaseCollection class

Represents collection of XmpPackage.

The XmpPackageBaseCollection type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the XmpPackageBaseCollection class.

Properties

PropertyDescription
countGets the number of elements in the collection.

Methods

MethodDescription
addAdds new instance of XmpPackage.
removeRemoves the specified XMP package.
get_packagesGet array of XmpPackage.
get_packageGets XmpPackage by it’s namespaceURI.
clearClear all XmpPackage inside collection.

See Also