Accusoft.FormFixSdk Namespace > DropOutProcessor Class : CreateImageOfField Method |
'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 )
public: DropOutResult^ CreateImageOfField( FormImage^ filledImage, RegistrationResult^ registrationInformation )
This method will create an image that represents the field. You can control the exact process this method uses by setting the properties of this object. In order to create the correct field image, you must register the image before you call this method. You can use the IdentificationProcessor or RegistrationProcessor objects to register the image.