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);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2