ClearImage COM Server Send comments on this topic.
FaxRemoveHeader Method
See Also  Example

Description

Remove header from faxed image

Syntax

Visual Basic
Public Sub FaxRemoveHeader() 

Remarks

A fax header consists of uniform text objects, residing on a single fax scan line, and located at the upper edge of the image. Once images are re-scanned or deskewed, their text objects will no longer reside on a single scan line and will not be identified as a fax header.

Example

VB Example (Visual Basic)Copy Code
Public Sub T_FaxProcessing(ByRef Rep As CiRepair)
  Rep.FaxStandardToFine
  Rep.FaxRemoveHeader
  Rep.FaxRemoveBlankLines
End Sub

See Also