OutputOption Enumeration

Behavior when rendering to a target with different aspect ratio than the source.

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

Syntax

public enum OutputOption
'Declaration
Public Enumeration OutputOption
public enum class OutputOption
Lumia.Imaging.OutputOption = function();
Lumia.Imaging.OutputOption.createEnum('Lumia.Imaging.OutputOption', false);

Members

Member name Value Description
PreserveAspectRatio 0 Preserve the aspect ration of the input image. Excess areas will be black.
Stretch 1 Stretch the input image to fit the output size.
PreserveSize 2 Preserve the size of the input image by adjusting the output size. This option is not supported by renderers.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging Namespace