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

BitmapViewer.ContentHeight Property

Gets a value that represents the height of the BitmapViewer content taking into account its ScreenXDpi and Zoom values.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ContentHeight As Integer
C#
[BrowsableAttribute(false)]
public override int ContentHeight { get; }

Property Value

The Int32 value which represents the height of the BitmapViewer content.

See Also

Reference