Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static float PointsToInches(
	float value
)
Visual Basic
Public Shared Function PointsToInches ( _
	value As Single _
) As Single
Visual C++
public:
static float PointsToInches(
	float value
)

Parameters

value
Type: System..::..Single

See Also