C-DEngine 5.105

nmiCtrlPicture..::..ImgFormat Property

Allows to overwrite the default image format "jpeg" for blobs

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ImgFormat { get; set; }
Public Property ImgFormat As String
	Get
	Set
public:
property String^ ImgFormat {
	String^ get ();
	void set (String^ value);
}