ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeWriterBase Class / BarcodeId Property




In This Topic
    BarcodeId Property
    In This Topic
    Gets instance ID of the barcode object.
    Syntax
    'Declaration
     
    Protected ReadOnly Property BarcodeId As IntPtr
    'Usage
     
    Dim instance As ImGearBarcodeWriterBase
    Dim value As IntPtr
     
    value = instance.BarcodeId
    protected IntPtr BarcodeId {get;}
    protected: __property IntPtr get_BarcodeId();
    protected:
    property IntPtr BarcodeId {
       IntPtr get();
    }

    Property Value

    The ID of the barcode object.
    See Also