[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.PageSplitArea.-ctor

PageSplitArea Constructor

PageSplitArea()

Initializes a new instance of the PageSplitArea class.

Declaration
public PageSplitArea()

PageSplitArea(TextLayout)

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

Declaration
public PageSplitArea(TextLayout 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)
Parameters
Type Name Description
PageSplitArea pageSplitArea

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