WR SET PICTURE SIZE
version 6.5
WR SET PICTURE SIZE (area; width; height)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
width | Number | New picture width | |
height | Number | New 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