Leadtools.Forms.DocumentWriters Namespace > TextDocumentOptions Class : AddPageBreak Property |
public bool AddPageBreak {get; set;}
'Declaration Public Property AddPageBreak As Boolean
'Usage Dim instance As TextDocumentOptions Dim value As Boolean instance.AddPageBreak = value value = instance.AddPageBreak
public bool AddPageBreak {get; set;}
get_AddPageBreak();
set_AddPageBreak(value);
Object.defineProperty('AddPageBreak');
Page breaks are markers which indicate the end of a page. The text format is not a multi-page format and so this property helps to determine the end of page.
The default value of this property is false.