XFINIUM.PDF Documentation
VisualBounds Property (PdfTextSearchResult)



Xfinium.Pdf.Content Namespace > PdfTextSearchResult Class : VisualBounds Property
Gets the bounds of the search result.
Syntax
'Declaration
 
Public ReadOnly Property VisualBounds As PdfVisualRectangle
'Usage
 
Dim instance As PdfTextSearchResult
Dim value As PdfVisualRectangle
 
value = instance.VisualBounds
public PdfVisualRectangle VisualBounds {get;}
public:
property PdfVisualRectangle^ VisualBounds {
   PdfVisualRectangle^ get();
}

Property Value

The bounding rectangle of the search result in visual coordinates.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfTextSearchResult Class
PdfTextSearchResult Members