Library | Module

Interface IpfcBitmapImageExportInstructions



Description

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



Method Summary

FunctionCCpfcBitmapImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcBitmapImageExportInstructions
Creates a new instructions object used to export BMP--format (type) image.



Method Detail


FunctionCCpfcBitmapImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcBitmapImageExportInstructions

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

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