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

Description

Remove blank lines from faxed image

Syntax

Visual Basic
Public Sub FaxRemoveBlankLines() 

Remarks

This method generates an error if Image is not bi-tonal.

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