XmpMetadata Methods

The XmpMetadata type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEqualTo(Stream)
Checks if this metadata is equal to the metadata in the specified stream.
Public methodIsEqualTo(String)
Checks if this metadata is equal to the metadata in the specified file.
Public methodIsEqualTo(XmpMetadata)
Checks if this metadata is equal to another one.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves this metadata to the specified stream.
Public methodSave(String)
Saves this metadata to the specified file.
Public methodShouldBeEmbedded
Checks if the metadata should be embedded when saving the document.
Public methodToString (Inherited from Object.)
Public methodUnembed
Detaches the XMP metadata embedded in the document from its catalog and clears all properties in all schemas.

See Also