BitmapDecoder.BitmapContainerProperties Property
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 access to the container bitmap properties.
public:
property BitmapPropertiesView ^ BitmapContainerProperties { BitmapPropertiesView ^ get(); };
BitmapPropertiesView BitmapContainerProperties();
public BitmapPropertiesView BitmapContainerProperties { get; }
var bitmapPropertiesView = bitmapDecoder.bitmapContainerProperties;
Public ReadOnly Property BitmapContainerProperties As BitmapPropertiesView
Property Value
The container bitmap properties.
Remarks
Many image file formats do not have container level metadata.