Method | Description | |
---|---|---|
PhotoAreaViewModel ( |
Initializes a new instance of the PhotoAreaViewModel class.
|
Method | Description | |
---|---|---|
OcrData_PropertyChanged ( object sender, |
||
OnPhotoStreamChanged ( ) : void |
Must be called after the photo stream stored by this.OcrData changed. This will in turn update all properties that are related to the photo.
|
|
SetPhotoAngle ( int exifOrientationFlag ) : void |
Sets the this.PhotoAngle field based on the photo orientation.
|
|
SetPhotoSource ( |
Sets the this.PhotoSource field based on photoStream.
|
public PhotoAreaViewModel ( |
||
ocrData | /// A reference to the OcrData instance that stores the /// photo stream and the text obtained after the OCR conversion. /// | |
ocrConversionStateManager | /// A reference to the OcrConversionStateManager instance that stores the /// status of the last OCR conversion. /// | |
return | System.ComponentModel |