BitmapMetadataBlob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a placeholder for metadata items that cannot be converted from C# to an underlying data type that persists metadata. The blob is converted into an array of bytes to preserve the content.
public ref class BitmapMetadataBlob
public class BitmapMetadataBlob
type BitmapMetadataBlob = class
Public Class BitmapMetadataBlob
- Inheritance
-
BitmapMetadataBlob
Remarks
Windows Presentation Foundation (WPF) supports the following image metadata schemas: Exchangeable image file (Exif), tEXt (PNG Textual Data), image file directory (IFD), International Press Telecommunications Council (IPTC), and Extensible Metadata Platform (XMP).
Constructors
BitmapMetadataBlob(Byte[]) |
Initializes an instance of BitmapMetadataBlob and converts the metadata it holds into an array of bytes to persist its content. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBlobValue() |
Returns an array of bytes that represents the value of a BitmapMetadataBlob. |
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) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |