DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / PageSplitArea Class / PageSplitArea Constructor / PageSplitArea Constructor(TextLayout)
TextLayout to be used as the source of data for a new instance of PageSplitArea.

In This Topic
PageSplitArea Constructor(TextLayout)
In This Topic
Initializes a new instance of the PageSplitArea class copying data from the given TextLayout.
Syntax
'Declaration
 
Public Function New( _
   ByVal textLayout As TextLayout _
)
 

Parameters

textLayout
TextLayout to be used as the source of data for a new instance of PageSplitArea.
See Also