GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaSetVerticalResolution Method
The new resolution.





In This Topic
WiaSetVerticalResolution Method (GdPictureImaging)
In This Topic
Tries to set the current vertical resolution. Resolution is in dots per inch.
Syntax
'Declaration
 
Public Function WiaSetVerticalResolution( _
   ByVal Resolution As Integer _
) As Boolean
 

Parameters

Resolution
The new resolution.

Return Value

True if success, else False. Use WiaGetLastError() methods for diagnosing the error.
See Also