ProvOrian.getQRAadeImage Method
        
		
       
       
        Returns an object-type image, ready to be embedded on your invoice document. 
In the Trial Version, this function returns a QR leading to the url "https://www.arbitrans.gr".
		
	
	
	
				
			
	
			
				
				
				
					Public Function getQRAadeImage( _ 
   ByVal size As Integer _ 
) As Image
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
	 
	Parameters
	- 
		
			size
		
	
 
	- 
		int 
	
 
	The size of the QR in pixels. Maximum size 500 pixels. 
	
		Return Value
	Image 
	
	 
 
	
		
				
			
	
			
				
				
				
					
 var ori = new ProvOrian("orianUser", "orianPassword", "arbUser", "arbKey", false);
 
 // The "send invoice" code is here.
 
 string quURL = ori.getQRUrl();
 								
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
				
			
	
			
				
				
				
					
 Dim ori As ProvOrian = New ProvOrian("orianUser", "orianPassword", "arbUser", "arbKey", False)
 
 'The "send invoice" code is here.
 
 Dim quURL As Image = ori.getQRImage(150)
 								
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 										
	 					
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 3.5 or newer