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




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

    Property Value

    The main object for writing a barcode.
    See Also