BitmapDecoder::Metadata Property
.NET Framework (current version)
Gets an instance of BitmapMetadata that represents the global metadata associated with this bitmap, if metadata is defined.
Assembly: PresentationCore (in PresentationCore.dll)
public: property BitmapMetadata^ Metadata { [SecurityCriticalAttribute] virtual BitmapMetadata^ get(); }
Property Value
Type: System.Windows.Media.Imaging::BitmapMetadata^An instance of BitmapMetadata that represents global metadata associated with a bitmap. If no metadata is defined, this property returns null.
None of the built-in derived BitmapDecoder classes support global metadata. Metadata should be added to the individual frames of an image.
.NET Framework
Available since 3.0
Available since 3.0
Show: