←Select platform

AddPageBreak Property

Summary
Indicates whether the resulting text file should have page breaks.
Syntax
C#
VB
Objective-C
C++
Java
public bool AddPageBreak { get; set; } 
Public Property AddPageBreak As Boolean 
@property (nonatomic, assign) BOOL addPageBreak 
public boolean getAddPageBreak() 
public void setAddPageBreak(boolean addPageBreak) 
public: 
property bool AddPageBreak { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to add page breaks in the final text document, otherwise; false. Default value is false.

Remarks

Page breaks are markers which indicate the end of a page. The text format is not a multipage format and so this property helps to determine the end of page.

The default value of this property is false.

Example

For an example, refer to TextDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.