Intersoft ClientUI Documentation
Size Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : Size Property






When overridden in a derived class, gets the actual size of a page as it will be following any cropping.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Size As Size
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim value As Size
 
value = instance.Size
C# 
public virtual Size Size {get;}
Delphi 
public read-only property Size: Size; virtual; 
JScript 
public function get Size : Size
Managed Extensions for C++ 
public: __property virtual Size get_Size();
C++/CLI 
public:
virtual property Size Size {
   Size get();
}

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.