Indicates whether the resulting text file should have page breaks.
public bool AddPageBreak { get; set; }
Public Property AddPageBreak As Boolean
public bool AddPageBreak {get; set;}
@property (nonatomic, assign) BOOL addPageBreak
public boolean getAddPageBreak()
public void setAddPageBreak(boolean addPageBreak)
<br/>get_AddPageBreak();<br/>set_AddPageBreak(value);<br/>Object.defineProperty('AddPageBreak');
true to add page breaks in the final text document, otherwise; false. Default value is false.
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.
For an example, refer to TextDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET