LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

AddPageBreak Property

Show in webframe







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;}

            

            
 
get_AddPageBreak();
set_AddPageBreak(value);
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; false, otherwise..
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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