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

Description

Convert standard resolution fax image to fine resolution

Syntax

Visual Basic
Public Sub FaxStandardToFine() 

Remarks

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

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