Library | Module

Class pfcJPEGImageExportInstructions



Description

Used to export JPEG file.
Direct Parent Classes:
pfcRasterImageExportInstructions



Method Summary

static pfcJPEGImageExportInstructionsCreate (number ImageWidth, number ImageHeight)
Creates a new instructions object used to export a JPEG image.



Method Detail


static pfcJPEGImageExportInstructionsCreate (number ImageWidth, number ImageHeight)

Creates a new instructions object used to export a JPEG 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: