Library | File

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

static pfcTIFFImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)
Creates a new instructions object used to export TIFF image.


Methods Inherited from Class pfcRasterImageExportInstructions:

GetRasterType, GetImageWidth, SetImageWidth, GetImageHeight, SetImageHeight, GetImageDepth, SetImageDepth, GetDotsPerInch, SetDotsPerInch



Method Detail

static pfcTIFFImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)

Creates a new instructions object used to export TIFF image.

The return value must be passed to pfcWindow::ExportRasterImage(xrstring, pfcRasterImageExportInstructions_ptr) or pfcBaseSession::ExportCurrentRasterImage(xrstring, pfcRasterImageExportInstructions_ptr) 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: