Library | Module

Class pfcEPSImageExportInstructions



Description

Used to export EPS image.
Direct Parent Classes:
pfcRasterImageExportInstructions



Method Summary

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



Method Detail


static pfcEPSImageExportInstructionsCreate (number ImageWidth, number ImageHeight)

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

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