XFINIUM.PDF Documentation
ExtractVisualObjects(Boolean,Boolean) Method



True if image data should be extracted and decoded.
True if the list of objects should preserve the graphic containers such as form XObjects.
Extracts the page content as a list of visual objects.
Syntax
'Declaration
 
Public Overloads Function ExtractVisualObjects( _
   ByVal includeImageData As Boolean, _
   ByVal keepGraphicContainers As Boolean _
) As PdfVisualObjectCollection
'Usage
 
Dim instance As PdfContentExtractor
Dim includeImageData As Boolean
Dim keepGraphicContainers As Boolean
Dim value As PdfVisualObjectCollection
 
value = instance.ExtractVisualObjects(includeImageData, keepGraphicContainers)

Parameters

includeImageData
True if image data should be extracted and decoded.
keepGraphicContainers
True if the list of objects should preserve the graphic containers such as form XObjects.

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 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

PdfContentExtractor Class
PdfContentExtractor Members
Overload List

Send Feedback