FormDropOut Method (GdPictureImaging)
In This Topic
Removes empty form information and keeps the entered information only. Highly useful for better and
faster OCR processing, and reducing the image compression size.
Syntax
'Declaration
Public Function FormDropOut( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
) As GdPictureStatus
public GdPictureStatus FormDropOut(
int ,
int ,
bool
)
public function FormDropOut(
: Integer;
: Integer;
: Boolean
): GdPictureStatus;
public function FormDropOut(
: int,
: int,
: boolean
) : GdPictureStatus;
public: GdPictureStatus FormDropOut(
int ,
int ,
bool
)
public:
GdPictureStatus FormDropOut(
int ,
int ,
bool
)
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.
See Also