Barcode Xpress for .NET Framework v14.0 - Updated
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
    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