Click or drag to resize

LengthUnitConverterToPoint Method

Converts the specified length from sourceUnit measurement unit points.

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.12.6
Syntax
public static double ToPoint(
	double value,
	LengthUnit sourceUnit
)

Parameters

value  Double
The length that will be converted.
sourceUnit  LengthUnit
The source measurement unit.

Return Value

Double
The converted value in points.
See Also