FileSizeWritten Property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

long FileSizeWritten;

Overview

Refer to Saving a Bitmap to a File.

Remarks

(Read only) Is the length of a file (in bytes) written when using the SaveOffset method. This property is automatically updated with the correct length if the SaveOffset method is successful.

See Also

Elements:

SaveOffset method, SavePad4 property, BitmapHeight property, BitmapWidth property, BitmapXRes property, BitmapYRes property, GetColorCount method

Topics:

Raster Images: Saving Files