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






Gets or sets the page size.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property ItemSize As Size
Visual Basic (Usage)Copy Code
Dim instance As FlowPageDocumentView
Dim value As Size
 
instance.ItemSize = value
 
value = instance.ItemSize
C# 
[CategoryAttribute("Common Properties")]
public Size ItemSize {get; set;}
Delphi 
public read-write property ItemSize: Size; 
JScript 
CategoryAttribute("Common Properties")
public function get,set ItemSize : Size
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property Size get_ItemSize();
public: __property void set_ItemSize( 
   Size value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property Size ItemSize {
   Size get();
   void set (    Size 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.