Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

AddPageBreak Property








Gets or sets a value that indicates whether the resulting text file should have page breaks.
Syntax
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'); 
public:
property bool AddPageBreak {
   bool get();
   void set (    bool value);
}

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 multi-page 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

See Also

Reference

TextDocumentOptions Class
TextDocumentOptions Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features