ClearImage .NET API
FaxStandardToFine Method (ImageEditor)





Inlite.ClearImageNet Namespace > ImageEditor Class : FaxStandardToFine Method
Convert standard resolution fax image to the fine resolution
Syntax
'Declaration
 
Public Sub FaxStandardToFine() 
'Usage
 
Dim instance As ImageEditor
 
instance.FaxStandardToFine()
public void FaxStandardToFine()
public procedure FaxStandardToFine(); 
public function FaxStandardToFine();
public:
void FaxStandardToFine(); 
Remarks

Fax image transmitted in Standard mode (typically resolution is 204dpi x 98dpi) is converted to Fine mode.  
Image is stretch vertically by factor of 2 and transitions between lines are interpolated.
This method generates an error if object.Image.IsZone is true.
Method requires bi-tonal image (object.Image.BitsPerPixel = 1).

See Also

Reference

ImageEditor Class
ImageEditor Members