Length  Conversion (Double to Length)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Performs a conversion from Double to Length.

Namespace:  Apitron.PDF.Kit.Styles
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static implicit operator Length (
	double value
)

Parameters

value
Type: SystemDouble
The value.

Return Value

Type: Length
The result of the conversion.
See Also

Reference