←Select platform

BarcodeData Property

Summary

BarcodeData for the barcodes found in the document.

Syntax
C#
VB
C++
public BarcodeData[] BarcodeData { get; set; } 
Public Property BarcodeData() As BarcodeData() 
   Get 
   Set 
public:  
   property array<BarcodeData^>^ BarcodeData 
   { 
      array<BarcodeData^>^ get() 
      void set(array<BarcodeData^>^ value) 
   } 

Property Value

Contains all the barcode data for the barcode found in the document.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly