XFINIUM.PDF Documentation
VisualExtractionBounds Property



Xfinium.Pdf.Content Namespace > PdfTextExtractionOptions Class : VisualExtractionBounds Property
Gets or sets the bounds (in visual coordinates) for text extraction.
Syntax
'Declaration
 
Public Property VisualExtractionBounds As PdfVisualRectangle
'Usage
 
Dim instance As PdfTextExtractionOptions
Dim value As PdfVisualRectangle
 
instance.VisualExtractionBounds = value
 
value = instance.VisualExtractionBounds
public PdfVisualRectangle VisualExtractionBounds {get; set;}
public:
property PdfVisualRectangle^ VisualExtractionBounds {
   PdfVisualRectangle^ get();
   void set (    PdfVisualRectangle^ value);
}

Property Value

A rectangle in visual coordinates that specifies the area on the page from which the text should be extracted.
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

PdfTextExtractionOptions Class
PdfTextExtractionOptions Members