ImageGear .NET v25.0 - Updated
FixedTruncToShort Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : 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