Barcode Xpress for .NET v13 - Updated
Info2D Property




Accusoft.BarcodeXpressSdk Namespace > Result Class : Info2D Property
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
public ResultInfo2D Info2D {get;}
public: __property ResultInfo2D* get_Info2D();
public:
property ResultInfo2D^ Info2D {
   ResultInfo2D^ get();
}
Remarks

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

Currently only enabled for the PDF417 barcode type.

See Also

Reference

Result Class
Result Members