Library | Module

Interface IpfcJPEGImageExportInstructions



Description

Used to export JPEG file.
Direct Parent Classes:
IpfcRasterImageExportInstructions



Method Summary

FunctionCCpfcJPEGImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcJPEGImageExportInstructions
Creates a new instructions object used to export a JPEG image.



Method Detail


FunctionCCpfcJPEGImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcJPEGImageExportInstructions

Creates a new instructions object used to export a JPEG image.

The return value must be passed to IpfcWindow.ExportRasterImage() or IpfcBaseSession.ExportCurrentRasterImage() to produce the output file.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns: