Library | Module

Interface IpfcEPSImageExportInstructions



Description

Used to export EPS image.
Direct Parent Classes:
IpfcRasterImageExportInstructions



Method Summary

FunctionCCpfcEPSImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcEPSImageExportInstructions
Creates a new instructions object used to export EPSI-format (type) image.



Method Detail


FunctionCCpfcEPSImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcEPSImageExportInstructions

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

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