Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifWriter Class / SetDpi Method
The horizontal DPI value.
The vertical DPI value.

In This Topic
SetDpi Method (GcGifWriter)
In This Topic
Updates the PixelAspectRatio property based on the specified horizontal and vertical resolutions.
Syntax
'Declaration
 
Public Sub SetDpi( _
   ByVal dpiX As System.Single, _
   ByVal dpiY As System.Single _
) 
 

Parameters

dpiX
The horizontal DPI value.
dpiY
The vertical DPI value.
See Also