XFINIUM.PDF.View.Win Documentation
TypographicVisualBounds Property



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

Property Value

The typographic bounding rectangle of the search result in visual coordinates.
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

PdfVisualTextSearchResult Class
PdfVisualTextSearchResult Members