Click or drag to resize

LengthUnitConverterConvert Method

Converts the specified length from sourceUnit measurement unit to destinationUnit measurement unit.

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.6.20
Syntax
public static double Convert(
	double length,
	LengthUnit sourceUnit,
	LengthUnit destinationUnit
)

Parameters

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

Return Value

Double
The converted value in the destination measurement units.
See Also