Visual Basic (Declaration) | |
---|---|
Public Property AddPageBreak As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AddPageBreak {get; set;} |
Return Value
true to add page breaks in the final text document; otherwise it is false.For an example, refer to TextDocumentOptions.
Page break are markers which are used to indicate the end of page, since the text format is not multi-page, this property helps to determine the end of page.
The default value of this property is false.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family