ScanOverlayViewFinderSizePortrait Property |
Set the view finder size in relative coordinate when the picker is
in portrait.
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public Size ViewFinderSizePortrait { get; set; }
Public Property ViewFinderSizePortrait As Size
Get
Set
public:
property Size ViewFinderSizePortrait {
Size get ();
void set (Size value);
}
member ViewFinderSizePortrait : 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 landscape view finder
size (
ViewFinderSizePortrait).
See Also