Gets or sets a compaction mode.

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

Syntax

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

See Also