The new resolution.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetHorizontalResolution Method

WiaSetHorizontalResolution Method (GdPictureImaging)

In This Topic
Tries to set the current horizontal resolution. Resolution is in dots per inch.
Syntax
'Declaration

 

Public Function WiaSetHorizontalResolution( _

   ByVal Resolution As Integer _

) As Boolean
public bool WiaSetHorizontalResolution( 

   int Resolution

)
public function WiaSetHorizontalResolution( 

    Resolution: Integer

): Boolean; 
public function WiaSetHorizontalResolution( 

   Resolution : int

) : boolean;
public: bool WiaSetHorizontalResolution( 

   int Resolution

) 
public:

bool WiaSetHorizontalResolution( 

   int Resolution

) 

Parameters

Resolution
The new resolution.

Return Value

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