//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

   
image ScanPicture to write

Throws

   
ScanningSdkException if an error occurs
Top