Version

PageNumberDisplayStyle Enumeration

Enumeration indicating where the page number for the print preview is displayed.
Syntax
'Declaration
 
Public Enum PageNumberDisplayStyle 
   Inherits System.Enum
public enum PageNumberDisplayStyle : System.Enum 
Members
MemberDescription
BelowEachPageA page number is position below each preview page.
DefaultDefault is resolved to None.
LeftOfRowA page number is positioned to the left of the row of preview pages.
NoneNo page number indicator is displayed.
Remarks

The PageNumberDisplayStyle enumeration is used by the UltraPrintPreviewControl and UltraPrintPreviewThumbnail controls via their PreviewSettings.PageNumberDisplayStyle property.

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