C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class / SetDpi Method
The horizontal DPI.
The vertical DPI.

In This Topic
SetDpi Method
In This Topic
Sets horizontal and vertical DPI.
Syntax
'Declaration
 
Public Shared Sub SetDpi( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) 
 

Parameters

x
The horizontal DPI.
y
The vertical DPI.
See Also