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




In This Topic
    IntToFixed Method
    In This Topic
    Converts integer value to a PDF fixed value and returns it.
    Syntax
    'Declaration
     
    Public Shared Function IntToFixed( _
       ByVal value As Integer _
    ) As Integer
    'Usage
     
    Dim value As Integer
    Dim value As Integer
     
    value = ImGearPDF.IntToFixed(value)
    public static int IntToFixed( 
       int value
    )
    public: static int IntToFixed( 
       int value
    ) 
    public:
    static int IntToFixed( 
       int value
    ) 

    Parameters

    value
    Integer value to be converted.

    Return Value

    PDF fixed value.
    See Also