IImageWorker.Configuration Property

The image provider that created this worker.

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

Syntax

IImageProvider Configuration { get; set; }
'Declaration
Property Configuration As IImageProvider
    Get
    Set
property IImageProvider^ Configuration {
    IImageProvider^ get ();
    void set (IImageProvider^ value);
}
function get_Configuration();
function set_Configuration(value);

Property Value

Type: IImageProvider

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

IImageWorker Interface

IImageWorker.IImageWorker Members

Lumia.Imaging.Workers Namespace