ImageInformation.GetImage

Overloads

GetImage()Returns the ExtractedImageType object for the image extracted.
GetImage(String, [Optional] Boolean)Draws the image of type jpg or png at the given file path.

GetImage()

Returns the ExtractedImageType object for the image extracted.

public ExtractedImageData GetImage()
Function GetImage() As ExtractedImageData

Returns

ExtractedImageData

A ExtractedImageType object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

GetImage(String, [Optional] Boolean)

Draws the image of type jpg or png at the given file path.

public void GetImage(string filePath, [bool addFileExtension = True])
Sub GetImage(filePath As String, Optional addFileExtension As Boolean = True)

Parameters

filePath
String

File path to save the image.

addFileExtension
Boolean

The boolean indicating whether to add file extension, Defualt is True.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ExtractedImageData
ImageInformation
ceTe.DynamicPDF.Merger

In this topic