Extracts images from the given PDF Page. and image is not processed.
The name of a image in the resources save in the Tag attribute of the image.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Image[] ExtractImages( bool processImage )
Public Function ExtractImages ( processImage As Boolean ) As Image()
public: array<Image^>^ ExtractImages( bool processImage )
member ExtractImages : processImage : bool -> Image[]
Parameters
- processImage
- Boolean
Return Value
array<Image>[]()[][]Returns the extracted image as Image[].