Version

PageNumberDisplayStyle Property

Returns or sets a value indicating where page numbers are displayed in the preview.
Syntax
'Declaration
 
Public Property PageNumberDisplayStyle As PageNumberDisplayStyle
public PageNumberDisplayStyle PageNumberDisplayStyle {get; set;}
Remarks

The PageNumberDisplayStyle determines where page numbers are displayed relative to the preview pages. The default value for this property depends upon the associated control. For an UltraPrintPreviewControl, the property defaults to None so page numbers are not displayed. For an UltraPrintPreviewThumbnail, the property defaults to left of row so space is left to the left of the pages and a single page number for each row of pages is displayed containing the page number of the first page in the row. The last available value for this property is BelowEachPage in which case the page number is displayed beneath each preview page.

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