Skip to main content

Scanner

Scanner is an input device that allows users to capture single or multiple documents, like images, etc.

Example

AStudio

API Methods

setReadOnly

Sets the ReadOnly flag for this context. When in ReadOnly the user cannot be able to edit the content.

setReadOnly(readOnly: boolean): void

setSize

Sets the size only by using the parameters passed in.

setSize(size: "small" | "medium" | "large"): void

setVisibility

Sets the elements of the given category to visible in this view.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the hide condition

setVisibilityCondition(condition: string): void