Picture.Write

Syntax:

Write(<FileName>)

Parameters:

<FileName> (required)

Type: String.
The full file name to which the picture will be saved. If no directory name is specified, the picture will be saved in the directory of executable program files.

Description:

You can use it to write a picture to a file with a specified name.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

Picture.Write("C:\My Documents\My Pictures\home.bmp");

    

1C:Enterprise Developer's Community