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




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

    Parameters

    value
    Short value to be converted.

    Return Value

    PDF fixed value.
    See Also