Converts short value to a PDF fixed value and returns it.
Syntax
'Declaration
Public Shared Function ShortToFixed( _
ByVal As Short _
) As Integer
'Usage
Dim value As Short
Dim value As Integer
value = ImGearPDF.ShortToFixed(value)
public static int ShortToFixed(
short
)
public: static int ShortToFixed(
short
)
public:
static int ShortToFixed(
short
)
Parameters
- value
- Short value to be converted.
Return Value
PDF fixed value.
See Also