This represents a particular item of metadata. You can read or alter the contents of the metadata using the text and data properties and you can delete the metadata from the file using the delete method.

 

   
   
Method   Description
Close Releases any open resources and returns object to default state.
Delete Deletes the item of metadata from the file it was obtained from.

 

 

   
   
Property   Default   Description
Data No The metadata contents as an array of bytes.
Length No The number of bytes of metadata.
Name No The type of metadata.
Text No The metadata contents as text.