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

Description

Remove blank lines from faxed image

Syntax

Visual Basic
Public Sub FaxRemoveBlankLines() 

Remarks

!MISSING PHRASE '_COLORFAIL'!

Only blank (all white) horizontal lines created by communication error are removed.

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.