JpegRenderer.OutputOption Property

Controls how the image is rendered. The default value is OutputOption.PreserveAspectRatio.

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

Syntax

public OutputOption OutputOption { get; set; }
'Declaration
Public Property OutputOption As OutputOption
    Get
    Set
public:
virtual property OutputOption OutputOption {
    OutputOption get () sealed;
    void set (OutputOption value) sealed;
}
function get_OutputOption();
function set_OutputOption(value);

Property Value

Type: OutputOption

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

JpegRenderer Class

JpegRenderer.JpegRenderer Members

Lumia.Imaging Namespace