Leadtools.Documents.Writers Namespace > TextDocumentOptions Object : AddPageNumber Property |
get_addPageNumber();
set_addPageNumber(value);
Object.defineProperty('addPageNumber');
Type | Description |
---|---|
boolean | true to add page numbers to the final text document; otherwise, false. Default value is false. |
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.