Accusoft.PdfXpress7.Net
ExtractImages Method




The page number to extract the images from.
The options to use when extracting images.
Extracts the images on the page specified by the page number using the options specified.
Syntax
'Declaration
 
Public Function ExtractImages( _
   ByVal pageNumber As Integer, _
   ByVal options As ExtractImageOptions _
) As Integer
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim options As ExtractImageOptions
Dim value As Integer
 
value = instance.ExtractImages(pageNumber, options)
public int ExtractImages( 
   int pageNumber,
   ExtractImageOptions options
)
public: int ExtractImages( 
   int pageNumber,
   ExtractImageOptions* options
) 
public:
int ExtractImages( 
   int pageNumber,
   ExtractImageOptions^ options
) 

Parameters

pageNumber
The page number to extract the images from.
options
The options to use when extracting images.

Return Value

The number of images extracted from the page.
Exceptions
ExceptionDescription
PdfXpressLibraryExceptionPossibly thrown if the document requires a Font and CMap to be specified when PdfXpress.Initialize is called.
System.ArgumentOutOfRangeExceptionThrown when the pageNumber parameter is invalid.
See Also

Reference

Document Class
Document Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback