XFINIUM.PDF Documentation
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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback