BarCodeControl
ImageFormat Property
|
Gets and sets the format of the rendered barcode image
Namespace:
Spire.Barcode.WebUI
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public ImageFormat ImageFormat { get; set; }
Public Property ImageFormat As ImageFormat
Get
Set
public:
property ImageFormat^ ImageFormat {
ImageFormat^ get ();
void set (ImageFormat^ value);
}
member ImageFormat : ImageFormat with get, set
Property Value
Type:
ImageFormat
See Also