API Documentation > Classes > Class pfcTIFFImageExportInstructions
Class pfcTIFFImageExportInstructions
Description
Used to export a TIFF image.
Direct Parent Classes:
Method Summary
Create (number ImageWidth, number ImageHeight)
Creates a new instructions object used to export TIFF image.
Method Detail
Create
(number ImageWidth, number ImageHeight)
Creates a new instructions object used to export TIFF image.
The return value must be passed to pfcWindow.ExportRasterImage() or pfcBaseSession.ExportCurrentRasterImage() to produce an 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?