Visual Basic (Declaration) | |
---|---|
Public Property AddPageNumber As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AddPageNumber {get; set;} |
Return Value
true to add page numbers to the final text document; otherwise it is false.For an example, refer to TextDocumentOptions.
When the value of this property is true, the number of each page is written in resulting text file. Since the text format is not multi-page, this property helps to determine the numbers and position of written pages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family