XFINIUM.PDF.View.Win Documentation
PageRectangle Property



Xfinium.Pdf.View Namespace > PdfRectangleSelectEventArgs Class : PageRectangle Property
Gets the selection rectangle in page visual coordinates.
Syntax
'Declaration
 
Public ReadOnly Property PageRectangle As Xfinium.Pdf.Graphics.PdfVisualRectangle
'Usage
 
Dim instance As PdfRectangleSelectEventArgs
Dim value As Xfinium.Pdf.Graphics.PdfVisualRectangle
 
value = instance.PageRectangle
public Xfinium.Pdf.Graphics.PdfVisualRectangle PageRectangle {get;}
public:
property Xfinium.Pdf.Graphics.PdfVisualRectangle^ PageRectangle {
   Xfinium.Pdf.Graphics.PdfVisualRectangle^ get();
}

Property Value

A Xfinium.Pdf.Graphics.PdfVisualRectangle in PDF points, relative to the upper-left corner of the PdfVisualPage object.
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

PdfRectangleSelectEventArgs Class
PdfRectangleSelectEventArgs Members