Predefined the measure unit that is used for internal representation of sizes within the objects of the report generator.

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

Syntax

C#
public static Unit InternalUnit { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property InternalUnit As Unit
Visual C++
public:
static property Unit InternalUnit {
	Unit get ();
}

See Also