ScreenStretchMode Enumeration
enum ScreenStretchMode { SSM_NONE = 0, //Screen stretch disabled SSM_FREE = 1, //Resize the remote screen image to fill ViewerX control dimension, no matter what the actual aspect ratio is SSM_ASPECT = 2 //Scale to as large an image as possible, but maintain the correct aspect ratio };