ZennoLab Assemblies Documentation
Height Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Document Class : Height Property

Glossary Item Box

Gets the height of the document.

Syntax

C# 
public int Height {get;}

Property Value

Type: System.Int32
The height of the document in pixels.

Example

The following code example uses the Height property.
C#Copy Code
Document doc = tab.MainDocument;
            
int height = doc.Height;
PHPCopy Code
$doc = $tab->MainDocument;
            
$height = $doc->Height;

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.