This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.actualSizeVerticalScale Property

Gets a value which represents the ratio of screen vertical resolution to the image resolution.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_actualSizeVerticalScale();

Property Value

The value which represents the ratio of screen vertical resolution to the image resolution.

Remarks

This property is used to determine how strong the image height was resized to be scaled to its actual size.

If the scaleToActualSize property is set to false the actualSizeVerticalScale property will be equal to 1.0.

This property corresponds to BitmapViewer.ActualSizeVerticalScale server-side member.

See Also

Reference