C# Class ZXing.Net.Mobile.Forms.ZXingScannerPage

Inheritance: Xamarin.Forms.ContentPage
Show file Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Public Properties

Property Type Description
DefaultOverlayBottomTextProperty BindableProperty
DefaultOverlayShowFlashButtonProperty BindableProperty
DefaultOverlayTopTextProperty BindableProperty
HasTorchProperty BindableProperty
IsAnalyzingProperty BindableProperty
IsScanningProperty BindableProperty
IsTorchOnProperty BindableProperty
ResultProperty BindableProperty

Public Methods

Method Description
AutoFocus ( ) : void
AutoFocus ( int x, int y ) : void
PauseAnalysis ( ) : void
ResumeAnalysis ( ) : void
ToggleTorch ( ) : void
ZXingScannerPage ( ZXing.Mobile.MobileBarcodeScanningOptions options = null, View customOverlay = null ) : Xamarin.Forms

Protected Methods

Method Description
OnAppearing ( ) : void
OnDisappearing ( ) : void

Method Details

AutoFocus() public method

public AutoFocus ( ) : void
return void

AutoFocus() public method

public AutoFocus ( int x, int y ) : void
x int
y int
return void

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnDisappearing() protected method

protected OnDisappearing ( ) : void
return void

PauseAnalysis() public method

public PauseAnalysis ( ) : void
return void

ResumeAnalysis() public method

public ResumeAnalysis ( ) : void
return void

ToggleTorch() public method

public ToggleTorch ( ) : void
return void

ZXingScannerPage() public method

public ZXingScannerPage ( ZXing.Mobile.MobileBarcodeScanningOptions options = null, View customOverlay = null ) : Xamarin.Forms
options ZXing.Mobile.MobileBarcodeScanningOptions
customOverlay Xamarin.Forms.View
return Xamarin.Forms

Property Details

DefaultOverlayBottomTextProperty public static property

public static BindableProperty DefaultOverlayBottomTextProperty
return BindableProperty

DefaultOverlayShowFlashButtonProperty public static property

public static BindableProperty DefaultOverlayShowFlashButtonProperty
return BindableProperty

DefaultOverlayTopTextProperty public static property

public static BindableProperty DefaultOverlayTopTextProperty
return BindableProperty

HasTorchProperty public static property

public static BindableProperty HasTorchProperty
return BindableProperty

IsAnalyzingProperty public static property

public static BindableProperty IsAnalyzingProperty
return BindableProperty

IsScanningProperty public static property

public static BindableProperty IsScanningProperty
return BindableProperty

IsTorchOnProperty public static property

public static BindableProperty IsTorchOnProperty
return BindableProperty

ResultProperty public static property

public static BindableProperty ResultProperty
return BindableProperty