Library | Module

Interface IpfcTIFFImageExportInstructions



Description

Used to export a TIFF image.
Direct Parent Classes:
IpfcRasterImageExportInstructions



Method Summary

FunctionCCpfcTIFFImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcTIFFImageExportInstructions
Creates a new instructions object used to export TIFF image.



Method Detail


FunctionCCpfcTIFFImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcTIFFImageExportInstructions

Creates a new instructions object used to export TIFF image.

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