InetFtpSendBitmap method (LEADRasterFTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetFtpSendBitmap(ILEADRaster * pRaster, short nFormat, short nBitsPerPixel, short nQFactor, BSTR pszRemote, long uSendAs);

Overview

Refer to How to Program with the LEAD Raster FTP Object

Remarks

Saves a bitmap to an FTP server. The output can be in any of the supported, compressed or uncompressed, file formats.

If the file specified in pszRemote already exists, this method will fail.

See Also

Elements:

InetFtpSendFile method

Topics:

Working with FTP: File Manipulation and Sending Bitmaps Over an FTP Connection