C# Class PDF417Demo.ResultsPage

Page that displays recognition results
Inheritance: PhoneApplicationPage
Afficher le fichier Open project: PDF417/pdf417-windows-phone

Méthodes publiques

Свойство Type Description
dataType string
raw Microblink.BarcodeDetailedData
rawExt Microblink.BarcodeDetailedData
stringData string
stringDataExt string
uncertain string

Méthodes publiques

Méthode Description
ResultsPage ( ) : System

Default constructor

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when this page is navigated to. Fills out form fields with recognition results.

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void

Handles the button click event by navigating back to the main page

Method Details

OnNavigatedTo() protected méthode

Called when this page is navigated to. Fills out form fields with recognition results.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

ResultsPage() public méthode

Default constructor
public ResultsPage ( ) : System
Résultat System

Property Details

dataType public_oe static_oe property

static fields for sending result data to the page
public static string dataType
Résultat string

raw public_oe static_oe property

public static Microblink.BarcodeDetailedData raw
Résultat Microblink.BarcodeDetailedData

rawExt public_oe static_oe property

public static Microblink.BarcodeDetailedData rawExt
Résultat Microblink.BarcodeDetailedData

stringData public_oe static_oe property

public static string stringData
Résultat string

stringDataExt public_oe static_oe property

public static string stringDataExt
Résultat string

uncertain public_oe static_oe property

public static string uncertain
Résultat string