Share via


RandomAccessStreamImageSource.ImageFormat Property

The format of the compressed image data.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public ImageFormat ImageFormat { get; set; }
'Declaration
Public Property ImageFormat As ImageFormat
    Get
    Set
public:
virtual property ImageFormat ImageFormat {
    ImageFormat get () sealed;
    void set (ImageFormat value) sealed;
}
function get_ImageFormat();
function set_ImageFormat(value);

Property Value

Type: ImageFormat

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

RandomAccessStreamImageSource Class

RandomAccessStreamImageSource.RandomAccessStreamImageSource Members

Lumia.Imaging Namespace