WiaSetVerticalResolution Method (GdPictureImaging)
Tries to set the current vertical resolution.
Resolution is in dots per inch.
public bool WiaSetVerticalResolution(
int
)
public function WiaSetVerticalResolution(
: Integer
): Boolean;
public function WiaSetVerticalResolution(
: int
) : boolean;
public: bool WiaSetVerticalResolution(
int
)
public:
bool WiaSetVerticalResolution(
int
)
'Declaration
Public Function WiaSetVerticalResolution( _
ByVal As Integer _
) As Boolean
Parameters
- Resolution
- The new resolution.
Return Value
True if success, else False. Use WiaGetLastError() methods for diagnosing the error.