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

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

Syntax

C#
public bool ReflectanceReversal { get; set; }
Visual Basic (Declaration)
Public Property ReflectanceReversal As Boolean
Visual C++
public:
property bool ReflectanceReversal {
	bool get ();
	void set (bool value);
}

See Also