SmartCode ViewerX

ISmartCodeVNCViewer::StretchMode Property


Sets or returns a client side screen stretching mode.

Syntax

HRESULT ISmartCodeVNCViewer::get_StretchMode(ScreenStretchMode* pmode);
HRESULT ISmartCodeVNCViewer::put_StretchMode(ScreenStretchMode mode);

Parameters

pmode
Pointer to a variable of type ScreenStretchMode that receives screen stretching mode.
mode
ScreenSrtetchMode that specifies screen stretching mode.

Return Value

Returns S_OK if successful, or an error value otherwise.