Version

TextCenter Property

Returns or sets the string displayed in the center of the details area.
Syntax
'Declaration
 
Public Property TextCenter As String
public string TextCenter {get; set;}
Remarks

The TextCenter is used to provide custom text centered in the details area.

Replaceable Escape Tags:
[Page #] Inserts the current page number
[Total Pages] Inserts the total number of pages
[Date Printed] Inserts the date when the print operation began.
[User Name] Inserts the user name as available from System.Environment.UserName
[Time Printed] Inserts the time when the print operation began
[Vertical Page #] Inserts the vertical page number (row number)
[Horizontal Page #] Inserts the horizontal page number (column number)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also