Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/how-to-read-metadata-from-a-bitmap.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

22 lines
862 B
Markdown

---
title: "How to: Read Metadata from a Bitmap"
ms.date: "03/30/2017"
dev_langs:
- "csharp"
- "vb"
- "cpp"
helpviewer_keywords:
- "bitmaps [WPF], reading metadata from"
- "image metadata [WPF]"
- "metadata [WPF], in images"
- "metadata [WPF], reading from a bitmap"
ms.assetid: 920784ed-d96b-43e6-92d4-5dea5228f628
---
# How to: Read Metadata from a Bitmap
This example shows how to read bitmap metadata using the metadata query language.
## Example
[!code-cpp[BitmapMetadata#GetQuery](~/samples/snippets/cpp/VS_Snippets_Wpf/BitMapMetadata/CPP/BitmapMetadata.cpp#getquery)]
[!code-csharp[BitmapMetadata#GetQuery](~/samples/snippets/csharp/VS_Snippets_Wpf/BitMapMetadata/CSharp/BitmapMetadata.cs#getquery)]
[!code-vb[BitmapMetadata#GetQuery](~/samples/snippets/visualbasic/VS_Snippets_Wpf/BitMapMetadata/VB/BitmapMetadata.vb#getquery)]