Intersoft ClientUI Documentation
DocumentPage Constructor(UIElement,Size,Rect,Rect)
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class > DocumentPage Constructor : DocumentPage Constructor(UIElement,Size,Rect,Rect)






visual
pageSize
bleedBox
contentBox
Initializes a new instance of DocumentPage class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal visual As UIElement, _
   ByVal pageSize As Size, _
   ByVal bleedBox As Rect, _
   ByVal contentBox As Rect _
)
Visual Basic (Usage)Copy Code
Dim visual As UIElement
Dim pageSize As Size
Dim bleedBox As Rect
Dim contentBox As Rect
 
Dim instance As New DocumentPage(visual, pageSize, bleedBox, contentBox)
C# 
public DocumentPage( 
   UIElement visual,
   Size pageSize,
   Rect bleedBox,
   Rect contentBox
)
Delphi 
public DocumentPage( 
    visual: UIElement;
    pageSize: Size;
    bleedBox: Rect;
    contentBox: Rect
); 
JScript 
public function DocumentPage( 
   visual : UIElement,
   pageSize : Size,
   bleedBox : Rect,
   contentBox : Rect
);
Managed Extensions for C++ 
public: DocumentPage( 
   UIElement* visual,
   Size pageSize,
   Rect bleedBox,
   Rect contentBox
)
C++/CLI 
public:
DocumentPage( 
   UIElement^ visual,
   Size pageSize,
   Rect bleedBox,
   Rect contentBox
)

Parameters

visual
pageSize
bleedBox
contentBox

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.