[]
Initializes a new instance of the PageSplitArea class.
public PageSplitArea()
Public Sub New()
Initializes a new instance of the PageSplitArea class copying data from the given TextLayout.
public PageSplitArea(TextLayout textLayout)
Public Sub New(textLayout As TextLayout)
Type | Name | Description |
---|---|---|
TextLayout | 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 another instance of PageSplitArea.
public PageSplitArea(PageSplitArea pageSplitArea)
Public Sub New(pageSplitArea As PageSplitArea)
Type | Name | Description |
---|---|---|
PageSplitArea | pageSplitArea | PageSplitArea to be used as the source of data for a new instance of PageSplitArea. |