Click or drag to resize
ScanOverlayViewFinderSizeLandscape Property
Set the view finder size in relative coordinate when the picker is in landscape orientation

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public Size ViewFinderSizeLandscape { get; set; }

Property Value

Type: Size
Remarks
Use this property to override the width and height of the view finder rectangle. To shift the center of the view finder rectangle, use ScanningHotSpot. If your application supports rotation, make sure to also change the portrait view finder size (ViewFinderSizePortrait).
See Also