Procedure DrwSize sets the drawing area of the document.
PROCEDURE DrwSize(
rows : INTEGER;
columns : INTEGER);def vs.DrwSize(rows, columns):
return None| Name | Type | Description |
|---|---|---|
| rows | INTEGER | Number of sheet rows comprising total document area. |
| columns | INTEGER | Number of sheet columns comprising total document area. |
DrwSize(2,3);
{sets the drawing size to 2 x 3 sheets}vs.DrwSize(2,3)Availability: from All Versions