ImageGear .NET v25.0 - Updated
IntToFixed Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDF Class : IntToFixed Method
Integer value to be converted.
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

Reference

ImGearPDF Class
ImGearPDF Members