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 iamge.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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[].