XmpParser Methods |
The XmpParser type exposes the following members.
Name | Description | |
---|---|---|
BytesFromImage(Stream) | Returns a byte array containing XMP data from an image stream. | |
BytesFromImage(String) | Returns a byte array containing XMP data from an image file. | |
BytesFromImage(Stream, Int32) | Returns a byte array containing XMP data from an image stream specifying the frame index. | |
BytesFromImage(String, Int32) | Returns a byte array containing XMP data from an image file specifying the frame index. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnError |
Raises the [E:Error] event.
| |
ParseFromImage(Stream) | Returns an XmlDocument containing XMP data from an image file stream. | |
ParseFromImage(String) | Returns an XmlDocument containing XMP data from an image file. | |
ParseFromImage(Stream, Int32) | Returns an XmlDocument containing XMP data from an image file stream and zero based frame
index. | |
ParseFromImage(String, Int32) | Returns an XmlDocument containing XMP data from an image file and zero based frame index.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |