Quickcapture class

A class for Quickcapture SDK functionalities.

Provides a series of methods to interact with the Quickcapture platform, including capturing images, building files in various formats, and image compression.

Constructors

Quickcapture()
Creates a Quickcapture instance and initializes the platform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildPDF() Future<String?>
Builds a PDF file from the available data.
buildPDFForLastCapture() Future<String?>
Builds a PDF file from the last capture.
buildTiff() Future<String?>
Builds a TIFF file from the available data.
buildTiffForLastCapture() Future<String?>
Builds a TIFF file from the last capture.
compressToJPEG() Future<String?>
Compresses the captured image to a JPEG format.
getPlatformVersion() Future<String?>
Retrieves the platform version.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCapture() Future<String?>
Starts the capture process.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited