Library | File

Class pfcJPEGImageExportInstructions

# include <pfcWindow.h>

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



Description

Used to export JPEG file.



Method Summary

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


Methods Inherited from Class pfcRasterImageExportInstructions:

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



Method Detail

static pfcJPEGImageExportInstructions_ptrCreate (xreal ImageWidth, xreal ImageHeight)

Creates a new instructions object used to export a JPEG image.

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