Document Reader SDK
CtrlK
HomeWebsiteGitHubApp Store
5.8
5.8
  • Getting Started with iOS
  • Troubleshoot license issues
  • Changelog
  • Migration Guide
  • Requirements
    • Developer requirements
    • Image quality requirements
  • Core
  • Scenarios
  • How to add the SDK to the project?
  • Database
  • Initialization
  • Show scanner
  • RFID reader
  • Custom settings
  • Protocols
    • RecordScanningProcessDelegate
    • RGLDocReaderRFIDDelegate
  • About SDK and license
  • PKD certificates
  • Results
    • Description of results
    • Getting results
  • Enumerations
    • DiDocType
    • FieldType
    • LCID
    • RGLResultType
    • RGLAuthenticity
    • RGLBarcodeResult
    • RGLBarcodeType
    • RGLCameraFrameShapeType
    • RGLCaptureMode
    • RGLCheckDiagnose
    • RGLCheckResult
    • RGLDocFormat
    • RGLDocReaderAction
    • RGLDocReaderFrame
    • RGLDocReaderOrientation
    • RGLDocumentReaderErrorCode
    • RGLFieldVerificationResult
    • RGLGraphicFieldLight
    • RGLGraphicFieldType
    • RGLImageQualityCheckType
    • RGLMeasureSystem
    • RGLPKDResourceType
    • RGLSecurityFeatureType
  • Constants
    • RGLExternalConstants
  • Permissions
  • Localization
  • Code samples
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Enumerations

RGLCameraFrameShapeType

This page covers the description of the RGLCameraFrameShapeType enumeration

The constants of RGLCameraFrameShapeType enumeration identify the shape of the camera frame.

typedef NS_ENUM(NSInteger, RGLCameraFrameShapeType) {
    RGLCameraFrameShapeTypeLine,
    RGLCameraFrameShapeTypeCorners
} NS_SWIFT_NAME(CameraFrameShapeType);

Constant

Description

RGLCameraFrameShapeTypeLine

Camera frame is rectangle

RGLCameraFrameShapeTypeCorners

Camera frame only consists of corners of the rectangle

PreviousRGLBarcodeTypeNextRGLCaptureMode

Last updated 5 years ago

Was this helpful?