XFINIUM.PDF.View.Win Documentation
GetVisiblePages Method



Xfinium.Pdf.View Namespace > PdfDocumentView Class : GetVisiblePages Method
Gets the list of visible pages.
Syntax
'Declaration
 
Public Function GetVisiblePages() As Integer()
'Usage
 
Dim instance As PdfDocumentView
Dim value() As Integer
 
value = instance.GetVisiblePages()
public int[] GetVisiblePages()
public:
array<int>^ GetVisiblePages(); 

Return Value

An array of page numbers, specifying the pages that are visible in the viewer.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


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