ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : BarcodeValueAsByte Property |
'Declaration <SuppressMessageAttribute(Category="Microsoft.Performance", CheckId="CA1819:PropertiesShouldNotReturnArrays", Scope="", Target="", MessageId="", Justification="Historical matching with Barcode Xpress")> Public Property BarcodeValueAsByte As Byte()
'Usage Dim instance As ImGearBarcodeWriterBase Dim value() As Byte instance.BarcodeValueAsByte = value value = instance.BarcodeValueAsByte
[SuppressMessage(Category="Microsoft.Performance", CheckId="CA1819:PropertiesShouldNotReturnArrays", Scope="", Target="", MessageId="", Justification="Historical matching with Barcode Xpress")] public byte[] BarcodeValueAsByte {get; set;}
[SuppressMessage(Category="Microsoft.Performance", CheckId="CA1819:PropertiesShouldNotReturnArrays", Scope="", Target="", MessageId="", Justification="Historical matching with Barcode Xpress")] public: __property byte[]* get_BarcodeValueAsByte(); public: __property void set_BarcodeValueAsByte( byte[]* value );
[SuppressMessage(Category="Microsoft.Performance", CheckId="CA1819:PropertiesShouldNotReturnArrays", Scope="", Target="", MessageId="", Justification="Historical matching with Barcode Xpress")] public: property array<byte>^ BarcodeValueAsByte { array<byte>^ get(); void set ( array<byte>^ value); }
The default valueis an empty string "".
Use BarcodeValueAsByte property only if non-ASCII text values are needed.