Documents for PDF, .NET Edition Documentation
PageSplitArea Constructor(TextLayout)

GrapeCity.Documents.Common 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.
Initializes a new instance of the PageSplitArea class copying data from the given TextLayout.
Syntax
'Declaration
 
Public Function New( _
   ByVal textLayout As TextLayout _
)
public PageSplitArea( 
   TextLayout textLayout
)

Parameters

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

Reference

PageSplitArea Class
PageSplitArea Members
Overload List