Library | Module

Class pfcBitmapImageExportInstructions



Description

Used to export a bitmap image.
Direct Parent Classes:
pfcRasterImageExportInstructions



Method Summary

static pfcBitmapImageExportInstructionsCreate (number ImageWidth, number ImageHeight)
Creates a new instructions object used to export BMP--format (type) image.



Method Detail


static pfcBitmapImageExportInstructionsCreate (number ImageWidth, number ImageHeight)

Creates a new instructions object used to export BMP--format (type) image.

This object must be passed to pfcWindow.ExportRasterImage() or pfcBaseSession.ExportCurrentRasterImage() for a file to be produced.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns: