Namespace: Spire.Barcode.WebUI
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

ImageFormat

See Also