interface DocumentReaderSettings {
    backgroundMaskAlpha?: number;
    cameraFrame?: boolean;
    cameraFrameActiveColor?: string;
    cameraFrameBorderWidth?: number;
    cameraFrameCornerRadius?: number;
    cameraFrameDefaultColor?: string;
    cameraFrameHorizontalPositionMultiplier?: number;
    cameraFrameLandscapeAspectRatio?: number;
    cameraFrameLineCap?: FrameLineCap;
    cameraFrameLineLength?: number;
    cameraFrameOffsetWidth?: number;
    cameraFramePortraitAspectRatio?: number;
    cameraFrameShapeType?: FrameShapeType;
    cameraFrameVerticalPositionMultiplier?: number;
    cameraId?: string;
    cameraMode?: CameraFacingMode;
    captureButton?: boolean;
    captureButtonDelay?: number;
    captureMode?: CaptureMode;
    changeCameraButton?: boolean;
    closeButton?: boolean;
    copyright?: boolean;
    devLicense?: string;
    flipBackIcon?: string;
    flipFrontIcon?: string;
    fromCameraButton?: boolean;
    internalScenario?: InternalScenarios;
    locale?: string;
    mirrorButton?: boolean;
    mirrorType?: MirrorType;
    mobileDelegate?: boolean;
    multipageProcessing?: boolean;
    multipleFileInput?: boolean;
    nonce?: string;
    regulaLogo?: boolean;
    resolution?: Partial<WidthAndHeight>;
    skipButton?: boolean;
    startScreen?: boolean;
    statusBackgroundColor?: string;
    statusIcon?: boolean;
    statusPositionMultiplier?: number;
    statusTextColor?: string;
    uploadFileButton?: boolean;
    videoCaptureMotionControl?: boolean;
    videoRecord?: boolean | VideoRecordSettings;
}

Hierarchy (View Summary)

Properties

backgroundMaskAlpha?: number
cameraFrame?: boolean
cameraFrameActiveColor?: string
cameraFrameBorderWidth?: number
cameraFrameCornerRadius?: number
cameraFrameDefaultColor?: string
cameraFrameHorizontalPositionMultiplier?: number
cameraFrameLandscapeAspectRatio?: number
cameraFrameLineCap?: FrameLineCap
cameraFrameLineLength?: number
cameraFrameOffsetWidth?: number
cameraFramePortraitAspectRatio?: number
cameraFrameShapeType?: FrameShapeType
cameraFrameVerticalPositionMultiplier?: number
cameraId?: string
cameraMode?: CameraFacingMode
captureButton?: boolean
captureButtonDelay?: number
captureMode?: CaptureMode
changeCameraButton?: boolean
closeButton?: boolean
copyright?: boolean
devLicense?: string
flipBackIcon?: string
flipFrontIcon?: string
fromCameraButton?: boolean
internalScenario?: InternalScenarios
locale?: string
mirrorButton?: boolean
mirrorType?: MirrorType
mobileDelegate?: boolean
multipageProcessing?: boolean
multipleFileInput?: boolean
nonce?: string
regulaLogo?: boolean
resolution?: Partial<WidthAndHeight>
skipButton?: boolean
startScreen?: boolean
statusBackgroundColor?: string
statusIcon?: boolean
statusPositionMultiplier?: number
statusTextColor?: string
uploadFileButton?: boolean
videoCaptureMotionControl?: boolean
videoRecord?: boolean | VideoRecordSettings