API Documentation > Classes > Class pfcEPSImageExportInstructions
Class pfcEPSImageExportInstructions
Description
Used to export EPS image.
Direct Parent Classes:
Method Summary
Create (number ImageWidth, number ImageHeight)
Creates a new instructions object used to export EPSI-format (type) image.
Method Detail
Create
(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:
Was this helpful?