The AddPageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Get or sets a value that indicate whether text file should have page numbers.Visual Basic (Declaration) | |
---|---|
Public Property AddPageNumber As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TextDocumentOptions Dim value As Boolean instance.AddPageNumber = value value = instance.AddPageNumber |
C# | |
---|---|
public bool AddPageNumber {get; set;} |
Property 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7