ScanOverlayViewFinderSizeLandscape Property |
Set the view finder size in relative coordinate when the picker is
in landscape orientation
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public Size ViewFinderSizeLandscape { get; set; }
Public Property ViewFinderSizeLandscape As Size
Get
Set
public:
property Size ViewFinderSizeLandscape {
Size get ();
void set (Size value);
}
member ViewFinderSizeLandscape : Size with get, set
Property Value
Type:
SizeRemarks
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