Remove blank lines from faxed image
| Visual Basic |
|---|
Public Sub FaxRemoveBlankLines() |
!MISSING PHRASE '_COLORFAIL'!
Only blank (all white) horizontal lines created by communication error are removed.
| VB Example (Visual Basic) | Copy Code |
|---|---|
Public Sub T_FaxProcessing(ByRef Rep As CiRepair) Rep.FaxStandardToFine Rep.FaxRemoveHeader Rep.FaxRemoveBlankLines End Sub | |