StreamImageSource.ImageFormat Property

The format of the compressed image data.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

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

Property Value

Type: ImageFormat

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

StreamImageSource Class

StreamImageSource.StreamImageSource Members

Lumia.Imaging Namespace