ImageGear .NET - Updated October 26, 2017
FixedRoundToShort Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : FixedRoundToShort Method
Fixed value to be converted.
Converts fixed value to an integer.
Syntax
'Declaration
 
Public Shared Function FixedRoundToShort( _
   ByVal value As Integer _
) As Short
 
'Usage
 
Dim value As Integer
Dim value As Short
 
value = ImGearPDF.FixedRoundToShort(value)

Parameters

value
Fixed value to be converted.

Return Value

Short integer value.
Remarks
Rounds a given fixed value to the nearest short integer value and returns it.
See Also

Reference

ImGearPDF Class
ImGearPDF Members