Click or drag to resize

BestMediaTypeselectBestFormat Method

Namespace:  Scandit.BarcodePicker
Assembly:  Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public static MediaType selectBestFormat(
	this IReadOnlyList<IMediaEncodingProperties> props,
	bool considerFullHd
)

Parameters

props
Type: System.Collections.GenericIReadOnlyListIMediaEncodingProperties
considerFullHd
Type: SystemBoolean

Return Value

Type: MediaType

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IReadOnlyListIMediaEncodingProperties. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also