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