ImageGear .NET - Updated
BarcodeValue Property (ImGearBarcodeWriterBase)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : BarcodeValue Property
Gets or sets the value of the barcode to be created.
Syntax
'Declaration
 
Public Property BarcodeValue As String
'Usage
 
Dim instance As ImGearBarcodeWriterBase
Dim value As String
 
instance.BarcodeValue = value
 
value = instance.BarcodeValue
public string BarcodeValue {get; set;}
public: __property string* get_BarcodeValue();
public: __property void set_BarcodeValue( 
   string* value
);
public:
property String^ BarcodeValue {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the value of the barcode.
Remarks

The default valueis an empty string "".

Use BarcodeValueAsByte property only if non-ASCII text values are needed.

See Also

Reference

ImGearBarcodeWriterBase Class
ImGearBarcodeWriterBase Members