You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BitmapViewer.actualSizeHorizontalScale Property

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

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

Syntax

Java Script
function get_actualSizeHorizontalScale();

Property Value

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

Remarks

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

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

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

See Also

Reference