ImageEncodingProperties.Type Property
Definition
Gets the format type.
public:
property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = imageEncodingProperties.type;
Public ReadOnly Property Type As String
Property Value
The format type. For image streams, the format type is "Image".