Library | File

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

static pfcEPSImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export EPSI-format (type) image.


Methods Inherited from Class pfcRasterImageExportInstructions:

GetRasterType, GetImageWidth, SetImageWidth, GetImageHeight, SetImageHeight, GetImageDepth, SetImageDepth, GetDotsPerInch, SetDotsPerInch



Method Detail

static pfcEPSImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)

Creates a new instructions object used to export EPSI-format (type) image.

The return value must be passed to pfcWindow::ExportRasterImage(xrstring, pfcRasterImageExportInstructions_ptr) or pfcBaseSession::ExportCurrentRasterImage(xrstring, pfcRasterImageExportInstructions_ptr) 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: