LengthUnitConverterToPoint Method |
Converts the specified length from sourceUnit measurement unit points.
Namespace: SautinSoft.PdfVisionAssembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.12.6
Syntax public static double ToPoint(
double value,
LengthUnit sourceUnit
)
Public Shared Function ToPoint (
value As Double,
sourceUnit As LengthUnit
) As Double
Parameters
- value Double
- The length that will be converted.
- sourceUnit LengthUnit
- The source measurement unit.
Return Value
DoubleThe converted value in points.
See Also