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

String

Platform::String

winrt::hstring

The format type. For image streams, the format type is "Image".

Implements

Applies to