Intersoft ClientUI Documentation
SetSize Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : SetSize Method






size
The size of the page.
Sets the Size of the physical page as it will be after any cropping.

Syntax

Visual Basic (Declaration) 
Protected Sub SetSize( _
   ByVal size As Size _
) 
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim size As Size
 
instance.SetSize(size)
C# 
protected void SetSize( 
   Size size
)
Delphi 
protected procedure SetSize( 
    size: Size
); 
JScript 
protected function SetSize( 
   size : Size
);
Managed Extensions for C++ 
protected: void SetSize( 
   Size size
) 
C++/CLI 
protected:
void SetSize( 
   Size size
) 

Parameters

size
The size of the page.

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.