GraphicalSchema.GetPicture

Syntax:

GetPicture(<Width>, <Height>, <PictureFormat>)

Parameters:

<Width> (optional)

Type: Number.
Picture width in pixels. If <Height> or <Width> = 0, the current graphical schema dimensions are used on client in the ordinary form. In other cases, the default dimensions are used.
Default value: 0.

<Height> (optional)

Type: Number.
Picture height in pixels. If <Height> or <Width> = 0, the current graphical schema dimensions are used on client in the ordinary form. In other cases, the default dimensions are used.
Default value: 0.

<PictureFormat> (optional)

Type: PictureFormat.
Defines image format.
Available values for raster graphics are:
BMP, PNG and base type.
For vector graphics only the base type is allowed.
Default value: BMP.

Returned value:

Type: Picture.

Description:

Receives the image of the graphic schema in the form of a picture.

Availability:

Thin client, server, thick client, external connection.

    

1C:Enterprise Developer's Community