XFINIUM.PDF.View.Wpf Documentation
ShowPageNumberIndicator Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ShowPageNumberIndicator Property
Shows or hides the page number indicator in the bottom left corner of the PdfDocumentView control.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Shows or hides the page number indicator")>
<DefaultValueAttribute(True)>
Public Property ShowPageNumberIndicator As Boolean
'Usage
 
Dim instance As PdfDocumentView
Dim value As Boolean
 
instance.ShowPageNumberIndicator = value
 
value = instance.ShowPageNumberIndicator
[Category("PDF")]
[Description("Shows or hides the page number indicator")]
[DefaultValue(true)]
public bool ShowPageNumberIndicator {get; set;}
[Category("PDF")]
[Description("Shows or hides the page number indicator")]
[DefaultValue(true)]
public:
property bool ShowPageNumberIndicator {
   bool get();
   void set (    bool value);
}

Property Value

True to show the page number indicator, false to hide it.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members