FormFix v6.0 for .NET - Updated
CreateImageOfField Method



Accusoft.FormFixSdk Namespace > DropOutProcessor Class : CreateImageOfField Method
The filled image that contains the source pixels for the field.
The registration information you created using a IdentificationProcessor or RegistrationProcessor object.
Creates and returns a dropped-out image for a field.
Syntax
'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)

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.
Remarks

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.

See Also

Reference

DropOutProcessor Class
DropOutProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.