ImageGear .NET
FixedTruncToShort Method




Fixed value to be converted.
Converts fixed value to an integer, truncating it to the next lower short integer value and returns it.
Syntax
'Declaration
 
Public Shared Function FixedTruncToShort( _
   ByVal value As Integer _
) As Short
'Usage
 
Dim value As Integer
Dim value As Short
 
value = ImGearPDF.FixedTruncToShort(value)
public static short FixedTruncToShort( 
   int value
)
public: static short FixedTruncToShort( 
   int value
) 
public:
static short FixedTruncToShort( 
   int value
) 

Parameters

value
Fixed value to be converted.

Return Value

Short integer value.
See Also

Reference

ImGearPDF Class
ImGearPDF Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback