Get or sets a value that indicates whether text file should have page numbers.
public bool AddPageNumber { get; set; }
Public Property AddPageNumber As Boolean
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');
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.
For an example, refer to TextDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET