LengthFromInches Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates length from inches value.

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 Length FromInches(
	double value
)

Parameters

value
Type: SystemDouble
The value.

Return Value

Type: Length
Length instance.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf value is less than zero.
See Also

Reference