//scanning/com.pixelnetica.scanning/ImageFileWriter

ImageFileWriter

interface ImageFileWriter

Deprecated

Use ImageWriter.write() instead.


Using by ImageWriter to write an image already stored in the file

Inheritors

 
ImageWriterPdf

Functions

Name Summary
writeFile [androidJvm]
abstract fun writeFile(image: File, orientation: ScanOrientation, text: ScanText, textOrientation: ScanOrientation)
Write specified file. Currently used for PDF only
Top