BitmapEncoder.BitmapProperties 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.
The metadata for the selected frame.
public:
property BitmapProperties ^ BitmapProperties { BitmapProperties ^ get(); };
BitmapProperties BitmapProperties();
public BitmapProperties BitmapProperties { get; }
var bitmapProperties = bitmapEncoder.bitmapProperties;
Public ReadOnly Property BitmapProperties As BitmapProperties
Property Value
A BitmapProperties object that provides both read and write access to the metadata for the selected frame.