Skip to main content
All docs
V23.2

XmpMetadata Methods

Complex XMP metadata that contains multiple XMP packets.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromStream(Stream) static Creates a metadata object from the specified data stream.
FromString(String) static Creates a metadata object from the specified string.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Save(Stream) Saves metadata to a stream.
Save(String) Saves metadata to a file.
Serialize(Stream, XmpSerializationOptions) Serializes an XMP object to a stream.
ToString() Converts the XmpMetadata object to a string.
See Also