'Declaration Public Function RegisterToModel( _ ByVal imageToRegister As FormImage, _ ByVal model As FormModel _ ) As RegistrationResult
'Usage Dim instance As RegistrationProcessor Dim imageToRegister As FormImage Dim model As FormModel Dim value As RegistrationResult value = instance.RegisterToModel(imageToRegister, model)
public RegistrationResult RegisterToModel( FormImage imageToRegister, FormModel model )
public: RegistrationResult* RegisterToModel( FormImage* imageToRegister, FormModel* model )
public: RegistrationResult^ RegisterToModel( FormImage^ imageToRegister, FormModel^ model )
Parameters
- imageToRegister
- The FormImage object containing one of the images that this method will compare. Normally, this is a filled form.
- model
- The FormModel object that represents the form model.
