ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcode Class / Reader Property




In This Topic
    Reader Property
    In This Topic
    Gets access to the reader object.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property Reader As ImGearBarcodeReader
    'Usage
     
    Dim instance As ImGearBarcode
    Dim value As ImGearBarcodeReader
     
    value = instance.Reader
    [Browsable(false)]
    public ImGearBarcodeReader Reader {get;}
    [Browsable(false)]
    public: __property ImGearBarcodeReader* get_Reader();
    [Browsable(false)]
    public:
    property ImGearBarcodeReader^ Reader {
       ImGearBarcodeReader^ get();
    }

    Property Value

    The main object for reading a barcode.
    See Also