C# Class PDF417DirectAPIDemo.ResultsPage

Page that displays recognition results
Inheritance: PhoneApplicationPage
Show file Open project: PDF417/pdf417-windows-phone

Public Properties

Property Type Description
resultFound bool
results object>.IReadOnlyDictionary

Public Methods

Method Description
ResultsPage ( ) : System

Default constructor

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

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

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void

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

Method Details

OnNavigatedTo() protected method

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
return void

ResultsPage() public method

Default constructor
public ResultsPage ( ) : System
return System

Property Details

resultFound public static property

public static bool resultFound
return bool

results public static property

static fields for sending result data to the page
public static IReadOnlyDictionary results
return object>.IReadOnlyDictionary