Loading...

//scanning/com.pixelnetica.scanning/ImageWriter/write

write

[androidJvm]
open external fun write(image: ScanPicture): File

Write one image to current sequence

Return

File path to saved image. File may be different than was passed to create

Parameters

androidJvm

  
imageScanPicture to write

Throws

  
ScanningSdkExceptionif an error occurs
Top