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

Show in webframe

AddPageNumber Property








Get or sets a value that indicates whether text file should have page numbers.
Syntax
public bool AddPageNumber {get; set;}
'Declaration
 
Public Property AddPageNumber As Boolean
'Usage
 
Dim instance As TextDocumentOptions
Dim value As Boolean
 
instance.AddPageNumber = value
 
value = instance.AddPageNumber
public bool AddPageNumber {get; set;}
@property (nonatomic, assign) BOOL addPageNumber
public boolean getAddPageNumber()
public void setAddPageNumber(boolean addPageNumber)
            
 <br/>get_AddPageNumber();<br/>set_AddPageNumber(value);<br/>Object.defineProperty('AddPageNumber'); 
public:
property bool AddPageNumber {
   bool get();
   void set (    bool value);
}

Property Value

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

When the value of this property is true, the number of each page is written in resulting text file. The text format is not a multi-page format, so this property helps to determine the number and position of written pages.

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