-
public final class ImageCaptureScenario.DocumentSizeThe physical size of the documents. Can be chosen from the preset values or defined manually.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classImageCaptureScenario.DocumentSize.Companion
-
Constructor Summary
Constructors Constructor Description DocumentSize(Float width, Float height)
-
Method Summary
Modifier and Type Method Description final Floatcomponent1()final Floatcomponent2()final ImageCaptureScenario.DocumentSizecopy(Float width, Float height)final FloatgetWidth()final FloatgetHeight()-
-
Method Detail
-
component1
final Float component1()
-
component2
final Float component2()
-
copy
final ImageCaptureScenario.DocumentSize copy(Float width, Float height)
- Parameters:
width- Document width in millimeters.height- Document height in millimeters
-
-
-
-