ClearImage COM Server
FaxRemoveHeader Method
See Also  Example  Send Feedback
CiRepair Object : FaxRemoveHeader Method

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

© 1992-2011. Inlite Research, Inc. All Rights Reserved.