Document Reader SDK
HomeWebsiteGitHubGoogle Play
5.1
5.1
  • Getting Started
  • 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
  • Recognize image
  • RFID reader
  • Custom settings
  • About SDK and license
  • PKD certificates
  • Results
    • Description of results
    • Getting results
  • Enumerations
    • BarcodeResult
    • BarcodeType
    • diDocType
    • DocFormat
    • DocReaderAction
    • DocReaderFrame
    • DocReaderOrientation
    • eCheckDiagnose
    • eCheckResult
    • eGraphicFieldType
    • eImageQualityCheckType
    • eRFID_AccessControl_ProcedureType
    • eRFID_AuthenticationProcedureType
    • eRFID_BaudRate
    • eRFID_CertificateType
    • eRFID_DataFile_Type
    • eRFID_NotificationAndErrorCodes
    • eRFID_Password_Type
    • eRFID_SDK_ProfilerType
    • eRFID_TerminalType
    • eRPRM_Authenticity
    • eRPRM_FieldVerificationResult
    • eRPRM_Lights
    • eRPRM_ResultType
    • eRPRM_SecurityFeatureType
    • eSignManagementAction
    • eVisualFieldType
    • FrameShapeType
    • LCID
    • PDF417Info
    • PKDResourceType
    • RGLMeasureSystem
    • Scenario
  • Permissions
  • Localization
  • Shrink, obfuscate, and optimize your app
Powered by GitBook
On this page

Was this helpful?

  1. Enumerations

PDF417Info

This page covers the description of the PDF417Info enumeration

PDF417Info enumeration contains the information about the PDF417 barcode.

public class PDF417Info {
    public int errorLevel;
    public int columns;
    public int rows;
}

Constant

Description

errorLevel

barcode error correction level

columns

number of columns in a barcode

rows

number of rows in a barcode

PreviousLCIDNextPKDResourceType

Last updated 5 years ago

Was this helpful?