'Declaration
Public Function CreateImageOfField( _ ByVal filledImage As FormImage, _ ByVal registrationInformation As RegistrationResult _ ) As DropOutResult
'Usage
Dim instance As DropOutProcessor Dim filledImage As FormImage Dim registrationInformation As RegistrationResult Dim value As DropOutResult value = instance.CreateImageOfField(filledImage, registrationInformation)
public DropOutResult CreateImageOfField( FormImage filledImage, RegistrationResult registrationInformation )
public: DropOutResult^ CreateImageOfField( FormImage^ filledImage, RegistrationResult^ registrationInformation )
Parameters
- filledImage
- The filled image that contains the source pixels for the field.
- registrationInformation
- The registration information you created using a IdentificationProcessor or RegistrationProcessor object.
Return Value
A DropOutResult object. The principle component of this object is the field image.