CanvasViewer.ContentHeight Property

Gets a value that represents the height (in pixels) of the CanvasViewer content taking into account its ScreenXDpi and zoom value.

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

Syntax

C#
public override int ContentHeight { get; }

Property Value

The Int32 value which represents the height (in pixels) of the CanvasViewer content.

See Also

Reference