Intersoft ClientUI Documentation
SetSize Method



The size of the page.
Sets the Size of the physical page as it will be after any cropping.
Syntax
Protected Sub SetSize( _
   ByVal size As Size _
) 
Dim instance As DocumentPage
Dim size As Size
 
instance.SetSize(size)
protected void SetSize( 
   Size size
)
protected:
void SetSize( 
   Size size
) 

Parameters

size
The size of the page.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentPage Class
DocumentPage Members

Send Feedback