XFINIUM.PDF.View.Wpf Documentation
VisualPage Property (PdfRectangleSelectEventArgs)



Xfinium.Pdf.View Namespace > PdfRectangleSelectEventArgs Class : VisualPage Property
Gets the page on which the selection rectangle has been drawn.
Syntax
'Declaration
 
Public ReadOnly Property VisualPage As PdfVisualPage
'Usage
 
Dim instance As PdfRectangleSelectEventArgs
Dim value As PdfVisualPage
 
value = instance.VisualPage
public PdfVisualPage VisualPage {get;}
public:
property PdfVisualPage^ VisualPage {
   PdfVisualPage^ get();
}

Property Value

A PdfVisualPage object specifying the page on which the selection rectangle has been drawn.
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

PdfRectangleSelectEventArgs Class
PdfRectangleSelectEventArgs Members