GeographicalSchema.GetPicture

Syntax:

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

Parameters:

<Width> (required)

Type: Number.
Picture width.

<Height> (required)

Type: Number.
Height of the picture.

<PictureFormat> (optional)

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

<BlackAndWhite> (optional)

Type: Boolean.
The flag for getting a black and white picture.
Default value: False.

Returned value:

Type: Picture.

Description:

Obtains a picture of a given size in the specified format.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community