[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.PageSplitArea.-ctor

PageSplitArea Constructor

PageSplitArea()

Initializes a new instance of the PageSplitArea class.

Declaration
public PageSplitArea()
Public Sub New()

PageSplitArea(TextLayout)

Initializes a new instance of the PageSplitArea class copying data from the given TextLayout.

Declaration
public PageSplitArea(TextLayout textLayout)
Public Sub New(textLayout As TextLayout)
Parameters
Type Name Description
TextLayout textLayout

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

PageSplitArea(PageSplitArea)

Initializes a new instance of the PageSplitArea class copying data from another instance of PageSplitArea.

Declaration
public PageSplitArea(PageSplitArea pageSplitArea)
Public Sub New(pageSplitArea As PageSplitArea)
Parameters
Type Name Description
PageSplitArea pageSplitArea

PageSplitArea to be used as the source of data for a new instance of PageSplitArea.