XFINIUM.PDF Documentation
ExtractImages Method



True if image data should be extracted and decoded.
Extracts the information related to the images displayed on the page.
Syntax
'Declaration
 
Public Function ExtractImages( _
   ByVal includeImageData As Boolean _
) As PdfVisualImageCollection
'Usage
 
Dim instance As PdfContentExtractor
Dim includeImageData As Boolean
Dim value As PdfVisualImageCollection
 
value = instance.ExtractImages(includeImageData)

Parameters

includeImageData
True if image data should be extracted and decoded.

Return Value

The list of images 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

Send Feedback