version 6.0
DR GET DOCUMENT SIZE (area; width; height)
| Parameter | Type | Description | |
| area | Longint | 4D Draw area | |
| width | Number | Width of document | |
| height | Number | Height of document |
Description
The command DR GET DOCUMENT SIZE returns into the width and height variables the size, in base units, of the document in area. Use DR Base to scale to convert from base units to scale units.
Example
See the example for the DR SET DOCUMENT SIZE command.
See Also