The new resolution.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetVerticalResolution Method

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
public bool WiaSetVerticalResolution( 
   int Resolution
)
public function WiaSetVerticalResolution( 
    Resolution: Integer
): Boolean; 
public function WiaSetVerticalResolution( 
   Resolution : int
) : boolean;
public: bool WiaSetVerticalResolution( 
   int Resolution
) 
public:
bool WiaSetVerticalResolution( 
   int Resolution
) 

Parameters

Resolution
The new resolution.

Return Value

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