Picture.Generating from binary data

Syntax:

New Picture(<BinaryData>, <Transparent>)

Parameters:

<BinaryData> (required)

Type: BinaryData.
Binary image data from which a Picture object will be generated.

<Transparent> (optional)

Type: Boolean.
Specifies if a transparency color will be used at picture creation.
You can use it only for pictures whose format does not support transparency.
The last pixel color (right-hand bottom) is taken as the background color.
Default value: False.

Description:

You can use it to create a picture from binary data.
In the Web client mode, the constructor is not used.

    

1C:Enterprise Developer's Community