API Documentation > Classes > Interface IpfcBitmapImageExportInstructions
Interface IpfcBitmapImageExportInstructions
Description
Used to export a bitmap image.
Direct Parent Classes:
Method Summary
Function
CCpfcBitmapImageExportInstructions.Create (ImageWidth as Double, ImageHeight as Double) as IpfcBitmapImageExportInstructions
Creates a new instructions object used to export BMP--format (type) image.
Method Detail
Function
CCpfcBitmapImageExportInstructions.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:
Was this helpful?