Intersoft ClientUI Documentation
ExtentWidth Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > DocumentViewerPanel Class : ExtentWidth Property






Gets the horizontal size of the extent.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ExtentWidth As Double
Visual Basic (Usage)Copy Code
Dim instance As DocumentViewerPanel
Dim value As Double
 
value = instance.ExtentWidth
C# 
public double ExtentWidth {get;}
Delphi 
public read-only property ExtentWidth: Double; 
JScript 
public function get ExtentWidth : double
Managed Extensions for C++ 
public: __property double get_ExtentWidth();
C++/CLI 
public:
property double ExtentWidth {
   double get();
}

Property Value

A System.Double that represents, in device independent pixels, the horizontal size of the extent. This property has no default value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.