API Documentation > Interface Classes > Class pfcEPSImageExportInstructions
Class pfcEPSImageExportInstructions

# include <pfcWindow.h>

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

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