Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@property (nonatomic, assign) BOOL addPageBreak
public boolean getAddPageBreak() public void setAddPageBreak(boolean addPageBreak)
<br/>get_AddPageBreak();<br/>set_AddPageBreak(value);<br/>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.