addPageNumber Property

Summary

Get or sets a value that indicates whether text file should have page numbers.

Syntax
TypeScript
JavaScript
Object.defineProperty(TextDocumentOptions.prototype, 'addPageNumber', 
   get: function(), 
   set: function(value) 
) 
addPageNumber: boolean; 

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 multipage format, so this property helps to determine the number and position of written pages.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.