Class RecognizeLicensePlateOnEventArgs
- Namespace
 - ScanbotSDK.iOS
 
- Assembly
 - DocumentSDK.NET.iOS.dll
 
public class RecognizeLicensePlateOnEventArgs : EventArgs
  - Inheritance
 - 
      
      
      RecognizeLicensePlateOnEventArgs
 
- Inherited Members
 
Constructors
RecognizeLicensePlateOnEventArgs(SBSDKLicensePlateScannerResult, UIImage)
public RecognizeLicensePlateOnEventArgs(SBSDKLicensePlateScannerResult licensePlateResult, UIImage image)
  Parameters
licensePlateResultSBSDKLicensePlateScannerResultimageUIImage
Properties
Image
public UIImage Image { get; set; }
  Property Value
- UIImage
 
LicensePlateResult
public SBSDKLicensePlateScannerResult LicensePlateResult { get; set; }