FormDropOut Method (GdPictureImaging)
Removes empty form information and keeps the entered information only. Highly useful for better and
faster OCR processing, and reducing the image compression size.
public function FormDropOut(
: Integer;
: Integer;
: Boolean
): GdPictureStatus;
'Declaration
Public Function FormDropOut( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier. The Filled Form.
- TemplateID
- GdPicture image identifier. The Empty Template Form Document.Has to be the same Height and Width as ImageID.
- UseGapCorrection
- Whether or not to try to fix gaps of interaction between form and
data.
Return Value
A member of the GdPictureStatus enumeration.