C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / PageBreak Method
Without page break, only new canvas.

In This Topic
PageBreak Method
In This Topic
Add new page to this document.
Syntax
'Declaration
 
Public Sub PageBreak( _
   Optional ByVal light As Boolean _
) 
 

Parameters

light
Without page break, only new canvas.
Remarks
Really page break added when you adding next object.
See Also