←Select platform

AddPageNumber Property

Summary
Get or sets a value that indicates whether text file should have page numbers.
Syntax
C#
VB
Objective-C
C++
Java
public bool AddPageNumber { get; set; } 
Public Property AddPageNumber As Boolean 
@property (nonatomic, assign) BOOL addPageNumber 
public boolean getAddPageNumber() 
public void setAddPageNumber(boolean addPageNumber) 
public: 
property bool AddPageNumber { 
   bool get(); 
   void set (    bool ); 
} 

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.

Example

For an example, refer to TextDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

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