Indicates whether a specified unit is absolute or relative (%, Em, Ex)

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

Syntax

C#
public static bool IsAbsoluteUnit(
	UnitTypeEnum type
)
Visual Basic (Declaration)
Public Shared Function IsAbsoluteUnit ( _
	type As UnitTypeEnum _
) As Boolean

Parameters

type
Type: UnitTypeEnum

Return Value

See Also