ImageEncodingProperties.Properties Property
Definition
Gets additional format properties for the image stream.
public:
property MediaPropertySet ^ Properties { MediaPropertySet ^ get(); };
MediaPropertySet Properties();
public MediaPropertySet Properties { get; }
var mediaPropertySet = imageEncodingProperties.properties;
Public ReadOnly Property Properties As MediaPropertySet
Property Value
A property set that contains format properties.