Solution
It is possible to access this information by making use of .NET library functions, the process to achieve this is the following:
- Create a reference to the FileStream .NET class.
- Use a static .NET Property to reference the BitmapFrame class.
- Reference the Metadata property of the BitmapFrame class, this results in a ImageMetadata reference.
- Use the To More Specific Class function to reference the BitmapMetadata class from the reference obtained before for ImageMetadata.
- Reference the desired properties with the BitmapMetadata property node.

Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.