XFINIUM.PDF.View.Win Documentation
Page Property (PdfTextSelectEventArgs)



Xfinium.Pdf.View Namespace > PdfTextSelectEventArgs Class : Page Property
Gets the page that contains the selected text.
Syntax
'Declaration
 
Public ReadOnly Property Page As PdfVisualPage
'Usage
 
Dim instance As PdfTextSelectEventArgs
Dim value As PdfVisualPage
 
value = instance.Page
public PdfVisualPage Page {get;}
public:
property PdfVisualPage^ Page {
   PdfVisualPage^ get();
}

Property Value

A page object that contains the selected text.
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

PdfTextSelectEventArgs Class
PdfTextSelectEventArgs Members