Intersoft ClientUI Documentation
DocumentPage Constructor(UIElement,Size,Rect,Rect)



Initializes a new instance of DocumentPage class.
Syntax
Public Function New( _
   ByVal visual As UIElement, _
   ByVal pageSize As Size, _
   ByVal bleedBox As Rect, _
   ByVal contentBox As Rect _
)
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)
public DocumentPage( 
   UIElement visual,
   Size pageSize,
   Rect bleedBox,
   Rect contentBox
)
public:
DocumentPage( 
   UIElement^ visual,
   Size pageSize,
   Rect bleedBox,
   Rect contentBox
)

Parameters

visual
pageSize
bleedBox
contentBox
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
Overload List

Send Feedback