[Missing <summary> documentation for P:PerpetuumSoft.Framework.Drawing.QRBarCode.CodeSettings.Version]

Namespace:  PerpetuumSoft.Framework.Drawing.QRBarCode
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public int Version { get; set; }
Visual Basic (Declaration)
Public Property Version As Integer
Visual C++
public:
property int Version {
	int get ();
	void set (int value);
}

See Also