Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public Unit(
	double value,
	UnitTypeEnum type,
	bool isDefaultType
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Double, _
	type As UnitTypeEnum, _
	isDefaultType As Boolean _
)

Parameters

value
Type: System..::.Double
type
Type: UnitTypeEnum
isDefaultType
Type: System..::.Boolean

See Also