Barcode .Net Class Library
BarcodeImage.Transparent Property
Gets or sets the transparency of the barcode image.
[Visual Basic]
Public Property Transparent As Boolean
[C#]
public bool Transparent {get; set}
Property Value
True if the image is transparent.
Remarks
This property is meaningful only if the ImageFormat
supports transparency (for example, GIF).
© 2002 Bokai Corporation. All rights reserved.