ImageInformation3D.GetPosterImage

Overloads

GetPosterImage()Returns the ExtractedImageType object for the image extracted.
GetPosterImage(String)Draws the image of type jpg or png at the given file path.

GetPosterImage()

Returns the ExtractedImageType object for the image extracted.

public ExtractedImageData GetPosterImage()
Function GetPosterImage() 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:

GetPosterImage(String)

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

public void GetPosterImage(string filePath)
Sub GetPosterImage(filePath As String)

Parameters

filePath
String

File path to save the image.

Licensing Info

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

See Also

ExtractedImageData
ImageInformation3D
ceTe.DynamicPDF.Merger

In this topic