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

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

    Parameters

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