Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Result Class / Info2D Property




In This Topic
Info2D Property
In This Topic
Gets the 2D information for the barcode.
Syntax
'Declaration
 
Public ReadOnly Property Info2D As ResultInfo2D
 
'Usage
 
Dim instance As Result
Dim value As ResultInfo2D
 
value = instance.Info2D
Remarks

The Info2D is only valid for supported 2D barcode types.

Currently only enabled for the PDF417 barcode type.

See Also