Image Viewer CP Gold SDK ActiveX Control ReferenceMethods GetScaleY Image Viewer CP ActiveX Control GetScaleY Return the zoom height scale of image. Public Function GetScaleY () As double No Parameter Return ValueReturn the zoom height scale of image. Example Visual Basic SyntaxImageViewer1.FileName="c:\test.jpg"ImageViewer1.View =5iX = ImageViewer1.GetScaleXiY = ImageViewer1.GetScaleY