C#
VB
C++
Converts a value from one unit to another using the vertical DPI value of this class.
Public Function ConvertVertical( _
ByVal value As Single, _
ByVal srcUnit As Leadtools.Annotations.AnnUnit, _
ByVal destUnit As Leadtools.Annotations.AnnUnit _
) As Single
public:
float ConvertVertical(
float value,
Leadtools.Annotations.AnnUnit srcUnit,
Leadtools.Annotations.AnnUnit destUnit
)
value
Value to be converted. This is in
srcUnit
Source AnnUnit.
destUnit
Destination AnnUnit.
The converted value.
For an example, refer to ConvertHorizontal.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET