Extracts images from the given PDF Page.
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()
Public Function ExtractImages As Image()
public: array<Image^>^ ExtractImages()
member ExtractImages : unit -> Image[]
Return Value
array<Image>[]()[][]Returns the extracted image as Image[].