corelibraries-devexpress-dot-xtraprinting-dot-pageinfotextbrick-1a162548.md
Gets or sets the type of information to be displayed within the PageInfoTextBrick.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public override PageInfo PageInfo { get; set; }
Public Overrides Property PageInfo As PageInfo
| Type | Description |
|---|---|
| PageInfo |
A PageInfo enumeration member, indicating information type and its representation.
|
Available values:
| Name | Description |
|---|---|
| None |
Indicates that the PageInfoTextBrick.Format property value is displayed in the current PageInfoTextBrick.
| | Number |
Indicates that the current page number is displayed in the PageInfoBrick.
| | NumberOfTotal |
Indicates that both the current page number and the total number of pages in the current report are displayed in the current PageInfoBrick.
| | RomLowNumber |
Indicates that the current page number is displayed in the PageInfoBrick using roman numerals in lowercase.
| | RomHiNumber |
Indicates that the current page number is displayed in the PageInfoBrick using roman numerals in uppercase.
| | DateTime |
Indicates that the current date and time are displayed in the PageInfoBrick.
| | UserName |
Indicates that the user name for the current thread is displayed in the PageInfoBrick.
| | Total |
Indicates that the total number of pages is displayed in the PageInfoBrick.
|
Use this property to specify a role the PageInfoTextBrick instance plays - a date/time stamp, page enumerator, or user mark.
See Also