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()
Returns
A ExtractedImageType object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
GetPosterImage(String)
Draws the image of type jpg or png at the given file path.
public void GetPosterImage(string filePath)
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
ExtractedImageDataImageInformation3D
ceTe.DynamicPDF.Merger