Command WR SET PICTURE SIZE

4D Write

WR SET PICTURE SIZE

version 6.5


WR SET PICTURE SIZE (area; width; height)

ParameterTypeDescription
areaLongint4D Write area
widthNumberNew picture width
heightNumberNew picture height

Description

The WR SET PICTURE SIZE command allows you to modify the size of the selected picture in the 4D Write area referenced by area.

This command has no effect on background pictures. To resize background pictures, use the WR SET PICTURE IN PAGE INFO command.

width and height are expressed in the current default units for the document. The values given must be within the page or within the column, when using multiple columns.

To use pixels as a unit, you can temporarily change the current default unit for the document and set it back after calling WR SET PICTURE SIZE.

Example

See the example for the WR INSERT PICTURE command.

See Also

WR GET PICTURE SIZE.