ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDF Class / FixedTruncToShort Method
Fixed value to be converted.




In This Topic
    FixedTruncToShort Method
    In This Topic
    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