XFINIUM.PDF Documentation
ExtractVisualObjects(Boolean) Method



Xfinium.Pdf.Content Namespace > PdfContentExtractor Class > ExtractVisualObjects Method : ExtractVisualObjects(Boolean) Method
True if image data should be extracted and decoded.
Extracts the page content as a list of visual objects.
Syntax
'Declaration
 
Public Overloads Function ExtractVisualObjects( _
   ByVal includeImageData As Boolean _
) As PdfVisualObjectCollection
'Usage
 
Dim instance As PdfContentExtractor
Dim includeImageData As Boolean
Dim value As PdfVisualObjectCollection
 
value = instance.ExtractVisualObjects(includeImageData)
public PdfVisualObjectCollection ExtractVisualObjects( 
   bool includeImageData
)
public:
PdfVisualObjectCollection^ ExtractVisualObjects( 
   bool includeImageData
) 

Parameters

includeImageData
True if image data should be extracted and decoded.

Return Value

The list of visual objects that are displayed on the page.
Remarks
Image data should be extracted only if the images need to be saved for later processing because this operation can take a significant amount of time, depending on the number of images and how they are encoded.
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

PdfContentExtractor Class
PdfContentExtractor Members
Overload List