API Documentation > Interface Classes > Class pfcJPEGImageExportInstructions
Class pfcJPEGImageExportInstructions

# include <pfcWindow.h>

class
pfcJPEGImageExportInstructions
: public virtual
pfcRasterImageExportInstructions
{
xdeclare(pfcJPEGImageExportInstructions)
...
};
This is a
COMPACT class.

Description
Used to export JPEG file.
Methods Inherited from Class pfcRasterImageExportInstructions::
Method Summary
Create (xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export a JPEG image.
Method Detail
Create
(xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export a JPEG image.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns:
Was this helpful?