FileSizeWritten property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int FileSizeWritten;

Delphi Syntax

FileSizeWritten: Integer;

Overview

Refer to Saving a Bitmap to a File

Remarks

(Read only) Gets the length of a file written, in bytes, 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

Topics:

Raster Images: Saving Files