API Documentation > Interface Classes > Class pfcTIFFImageExportInstructions
Class pfcTIFFImageExportInstructions

# include <pfcWindow.h>

class
pfcTIFFImageExportInstructions
: public virtual
pfcRasterImageExportInstructions
{
xdeclare(pfcTIFFImageExportInstructions)
...
};
This is a
COMPACT class.

Description
Used to export a TIFF image.
Method Summary
Create (xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export TIFF image.
Methods Inherited from Class pfcRasterImageExportInstructions::
Method Detail
Create
(xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export TIFF image.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns:
Was this helpful?