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




In This Topic
    FixedTruncToInt Method
    In This Topic
    Converts fixed value to an integer, truncating it to the next lower integer value and returns it.
    Syntax
    'Declaration
     
    Public Shared Function FixedTruncToInt( _
       ByVal value As Integer _
    ) As Integer
    'Usage
     
    Dim value As Integer
    Dim value As Integer
     
    value = ImGearPDF.FixedTruncToInt(value)
    public static int FixedTruncToInt( 
       int value
    )
    public: static int FixedTruncToInt( 
       int value
    ) 
    public:
    static int FixedTruncToInt( 
       int value
    ) 

    Parameters

    value
    Fixed value to be converted.

    Return Value

    Integer value.
    See Also